Esempio n. 1
0
 public PantryRepository(PantryDbContext context, UserInformation userInformation)
 {
     this.context         = context;
     this.userInformation = userInformation;
 }
Esempio n. 2
0
 public AccountRepository(PantryDbContext context, PasswordHelper passwordHelper)
 {
     this.context        = context;
     this.passwordHelper = passwordHelper;
 }