public AccountController()
 {
     _context = new StefaniniContext();
 }
 public AccountController(ApplicationUserManager userManager, ApplicationSignInManager signInManager)
 {
     UserManager   = userManager;
     SignInManager = signInManager;
     _context      = new StefaniniContext();
 }
Beispiel #3
0
 public CityDAO()
 {
     db = new StefaniniContext();
 }
 public SellerDAO()
 {
     db = new StefaniniContext();
 }
 public CustomerDAO()
 {
     db = new StefaniniContext();
 }
Beispiel #6
0
 public GenderDAO()
 {
     db = new StefaniniContext();
 }
Beispiel #7
0
 public ClassificationDAO()
 {
     db = new StefaniniContext();
 }
Beispiel #8
0
 public RegionDAO()
 {
     db = new StefaniniContext();
 }
Beispiel #9
0
 public UserSysDAO()
 {
     db = new StefaniniContext();
 }