Пример #1
0
 public void UpdateSellerDetails(int id, User user)
 {
     _repo.UpdateSellerDetails(id, user);
 }