Beispiel #1
0
 public List <PlanModel> GetAllPlans(Guid ParlourId, int PageSize, int PageNum, string Keyword, string SortBy, string SortOrder)
 {
     return(ToolsSetingBAL.GetAllPlans(ParlourId, PageSize, PageNum, Keyword, SortBy, SortOrder));
 }