Exemple #1
0
 public LocationRulesController(ILocationRulesLogic locationRulesLogic)
 {
     this._locationRulesLogic = locationRulesLogic;
 }
 public LocationController(ILocationJerkLogic locationJerkLogic, ILocationRulesLogic locationRulesLogic)
 {
     this._locationJerkLogic  = locationJerkLogic;
     this._locationRulesLogic = locationRulesLogic;
 }