コード例 #1
0
 public MeliController(IMutantBusiness _mutantBss, IStatsBusiness _statsBss)
 {
     this.mutantBss = _mutantBss;
     this.statsBss  = _statsBss;
 }
コード例 #2
0
 public StatsController(IStatsBusiness statsBusiness)
 {
     StatsBusiness = statsBusiness;
 }
コード例 #3
0
 public StatsController(IStatsBusiness statsBusiness, ICartographerContext context)
 {
     StatsBusiness = statsBusiness;
     Context       = context;
 }