Пример #1
0
 public LocationRulesController(ILocationRulesLogic locationRulesLogic)
 {
     this._locationRulesLogic = locationRulesLogic;
 }
Пример #2
0
 public LocationController(ILocationJerkLogic locationJerkLogic, ILocationRulesLogic locationRulesLogic)
 {
     this._locationJerkLogic  = locationJerkLogic;
     this._locationRulesLogic = locationRulesLogic;
 }