Esempio n. 1
0
 public async Task <IList <SellerDto> > Get()
 {
     return(await _sellerRepo.All());
 }