Esempio n. 1
0
 public async Task DeleteSellerAsync(Guid id)
 {
     await _sellerRepository.DeleteSellerAsync(id);
 }