コード例 #1
0
 public HomeController(TrainingUKSWContext postgresContext)
 {
     this.Db = postgresContext;
 }
コード例 #2
0
 public SecurityController(TrainingUKSWContext context)
 {
     this.Db = context;
 }