Esempio n. 1
0
 public ServiceBaseEmos1(IRepositoryEmos1 <TEntity> repository)
 {
     this.baseRepository = repository;
     this.mapper         = this.GenerateMapper();
 }
Esempio n. 2
0
 public ClientService(IRepositoryEmos1 <Client> clientRepository) : base(clientRepository)
 {
     this.myRepository = clientRepository;
 }