Esempio n. 1
0
 public void Archive(string id)
 {
     _sellerRepository.Archive(id);
 }