コード例 #1
0
 public AccountController(GsmRankingContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ValidationController(GsmRankingContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: UserService.cs プロジェクト: M-Adam/GsmRanking
 public UserService(GsmRankingContext context)
 {
     _context = context;
 }
コード例 #4
0
 public NewsService(GsmRankingContext context)
 {
     _context = context;
 }