Esempio n. 1
0
 public CatCRUDService(ICatRepository catDatabase, ICatSharingRepository catSharingDatabase, IUserRepository userDatabase, IMapper mapper)
 {
     this.catDatabase        = catDatabase;
     this.catSharingDatabase = catSharingDatabase;
     this.userDatabase       = userDatabase;
     this.mapper             = mapper;
 }