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