コード例 #1
0
 public PlanModel EditPlanbyID(int ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.EditPlanbyID(ID, ParlourId));
 }