Exemple #1
0
 public async Task <IEnumerable <SupplierDto> > LoadSuppliers()
 {
     return(await _supplierRepository.FindAllAsync());
 }