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