Exemple #1
0
 public IEnumerable <Models.Vendor> Search(Models.VendorSearchModel conditions = null, int start = 0, int count = 0, string userName = null)
 {
     try
     {
         return(RestfulVendor.Search(conditions, start, count));
     }
     catch
     {
         throw;
     }
 }