Exemple #1
0
 public async Task <IEnumerable <Suppliers> > GetAllAsync()
 {
     return(await _suppliersRepository.GetAllAsync());
 }