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