public AdvertisementController()
 {
     _appUserService       = new AppUserService();
     _cityService          = new CityService();
     _districtService      = new DistrictService();
     _pettypeService       = new PettypeService();
     _raceService          = new RaceService();
     _advertisementService = new AdvertisementService();
 }
Exemplo n.º 2
0
 public RaceController()
 {
     _PettypeService = new PettypeService();
     _raceService    = new RaceService();
 }
Exemplo n.º 3
0
 public PettypeController()
 {
     _pettypeService = new PettypeService();
 }