Esempio n. 1
0
 public PlanModel GetPlanByID(string ID, Guid ParlourId)
 {
     return(ToolsSetingBAL.GetPlanByID(ID, ParlourId));
 }