public AnimalAppService(IRedList redList, IMapper mapper) { this.redList = redList; this.mapper = mapper; }
public CountryAppService(IRedList redList, IMapper mapper) { this.redList = redList; this.mapper = mapper; }