Пример #1
0
 public bool AddCatalogue(Catalogue catalogue)
 {
     return(_catalogueRepository.CreateCatalogue(catalogue));
 }