コード例 #1
0
 public bool ReJectPlan(string planID)
 {
     return(PlanStorage.UpdatePlanAuthFlag(planID, -1));
 }
コード例 #2
0
 public bool PassPlan(string planID)
 {
     return(PlanStorage.UpdatePlanAuthFlag(planID, 1));
 }