Esempio n. 1
0
 public HomeController(TrainingUKSWContext postgresContext)
 {
     this.Db = postgresContext;
 }
 public SecurityController(TrainingUKSWContext context)
 {
     this.Db = context;
 }