Esempio n. 1
0
 public SectorTypesController(AIMSDbContext cntxt, ISectorTypesService service)
 {
     this.context           = cntxt;
     this.sectorTypeService = service;
 }
 public SectorTypesController(ISectorTypesService service)
 {
     this.sectorTypeService = service;
 }