master
nima 2024-06-17 18:59:06 +03:30
parent 8be115d534
commit 6cb35a83f7
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import (
type PlanCommand interface{
CreatePlan(o *models.Plan) error
GetPlan(id uint)(*models.Plan , error)
UpdatePlan(id uint , o *models.Plan)(*models.Plan , error)
RemovePlan(id uint)error
}