Exemplo n.º 1
0
 public MatchController(IMatchModelFactory matchModelFactory,
                        IMatchService matchService, IWorkContext workContext,
                        IDateTimeHelper dateTimerHelper
                        )
 {
     this._matchModelFactory = matchModelFactory;
     this._matchService      = matchService;
     this._workContext       = workContext;
     this._dateTimerHelper   = dateTimerHelper;
 }
Exemplo n.º 2
0
 public MatchController(IMatchModelFactory matchModelFactory)
 {
     this._matchModelFactory = matchModelFactory;
 }