Exemplo n.º 1
0
 public AnimalAppService(IRedList redList, IMapper mapper)
 {
     this.redList = redList;
     this.mapper  = mapper;
 }
Exemplo n.º 2
0
 public CountryAppService(IRedList redList, IMapper mapper)
 {
     this.redList = redList;
     this.mapper  = mapper;
 }