Esempio n. 1
0
 public List <AgentInfoSetupModel> GetAllAgentInfo(Guid ParlourId, int PageSize, int PageNum, string Keyword, string SortBy, string SortOrder)
 {
     return(ToolsSetingBAL.GetAllAgentInfo(ParlourId, PageSize, PageNum, Keyword, SortBy, SortOrder));
 }