Esempio n. 1
0
 public List <smPost> GetAllSocialFuturePost(int limit, int offset, string order, string sort, string Name, string Description, string Url, string ImageUrl, int currentUserId, out int total)
 {
     return(_homeRepository.GetAllSocialFuturePost(limit, offset, order, sort, Name, Description, Url, ImageUrl, currentUserId, out total));
 }