Пример #1
0
 public AnimalAppService(IRedList redList, IMapper mapper)
 {
     this.redList = redList;
     this.mapper  = mapper;
 }
Пример #2
0
 public CountryAppService(IRedList redList, IMapper mapper)
 {
     this.redList = redList;
     this.mapper  = mapper;
 }