コード例 #1
0
 public AnswerModel(IFastCastService fastCastService)
 {
     _fastCastService = fastCastService;
 }
コード例 #2
0
 public AnswerSuccessModel(IFastCastService fastCastService)
 {
     _fastCastService = fastCastService;
 }
コード例 #3
0
 public IndexModel(ILogger <IndexModel> logger, FastCastContext context, IFastCastService fastCastService)
 {
     _context         = context;
     _logger          = logger;
     _fastCastService = fastCastService;
 }