コード例 #1
0
 public LocationRulesController(ILocationRulesLogic locationRulesLogic)
 {
     this._locationRulesLogic = locationRulesLogic;
 }
コード例 #2
0
 public LocationController(ILocationJerkLogic locationJerkLogic, ILocationRulesLogic locationRulesLogic)
 {
     this._locationJerkLogic  = locationJerkLogic;
     this._locationRulesLogic = locationRulesLogic;
 }