Esempio n. 1
0
 public WhZoneApiController(WhZoneRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Esempio n. 2
0
 public WhZoneService(WhZoneRepository whZoneRepository)
 {
     this.whZoneRepository = whZoneRepository;
 }