Example #1
0
 public List <smPreference> GetAllSocialPreference(int limit, int offset, string order, string sort, string Preference, int currentUserId, out int total)
 {
     return(_preferenceService.GetAllSocialPreference(limit, offset, order, sort, Preference, currentUserId, out total));
 }