Ejemplo n.º 1
0
 public LocationRulesController(ILocationRulesLogic locationRulesLogic)
 {
     this._locationRulesLogic = locationRulesLogic;
 }
Ejemplo n.º 2
0
 public LocationController(ILocationJerkLogic locationJerkLogic, ILocationRulesLogic locationRulesLogic)
 {
     this._locationJerkLogic  = locationJerkLogic;
     this._locationRulesLogic = locationRulesLogic;
 }