Exemplo n.º 1
0
 public LandBlockController(ILandBlockService landBlock, ILandBaseService landBase)
 {
     _landBlock = landBlock;
     _landBase  = landBase;
 }
Exemplo n.º 2
0
 public LandBaseController(ILandBaseService landBaseService, ICompanyService companyService)
 {
     _landBaseService = landBaseService;
     _companyService  = companyService;
 }
 public BreedBaseController(IBreedBaseService breedBaseService, ILandBaseService landBaseService)
 {
     _breedBaseService = breedBaseService;
     _landBaseService  = landBaseService;
 }