Exemplo n.º 1
0
 public UserController()
 {
     db = new ShaiyaWebsiteContext();
 }
Exemplo n.º 2
0
 public HomeController()
 {
     db = new ShaiyaWebsiteContext();
 }