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