Exemple #1
0
 public async Task <IEnumerable <Commodity> > GetCommoditiesAsync(string companyId, Commodity commodity = null, int?offset = null, int?limit = null)
 {
     return(await _masterDataRepository.GetCommoditiesAsync(companyId, commodity, offset, limit));
 }