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