コード例 #1
0
 public List <ApplicationSettingsModel> GetAllCompanys(Guid ParlourId, int PageSize, int PageNum, string Keyword, string SortBy, string SortOrder)
 {
     return(ToolsSetingBAL.GetAllCompanys(ParlourId, PageSize, PageNum, Keyword, SortBy, SortOrder));
 }