public PlanLocationApiController(IPlanLocationService service)
 {
     this._service = service;
 }
Exemple #2
0
 public PlanLocationApiController(IPlanLocationService service)
 {
     this._service = service;
 }