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