public async Task <IEnumerable <ISupplier> > GetSuppliers()
 {
     return(await _supplierService.GetSuppliers());
 }
Example #2
0
 /// <summary>
 /// Повертає список постачальників
 /// </summary>
 /// <returns>Список постачальників</returns>
 public IEnumerable <SuppliersDtoModel> GetSuppliersDto() => suppliersService.GetSuppliers();