Пример #1
0
 public List <smHomeValue> GetAllLeads(int limit, int offset, string order, string sort, string Name, string Description, int currentUserId, out int total)
 {
     return(_homeRepository.GetAllLeads(limit, offset, order, sort, Name, Description, currentUserId, out total));
 }