Пример #1
0
 public void Create(Catalogue catalogue)
 {
     _CatalogueRepository.Add(catalogue);
     _unitOfWork.Commit();
 }