Пример #1
0
 public PantryRepository(PantryDbContext context, UserInformation userInformation)
 {
     this.context         = context;
     this.userInformation = userInformation;
 }
Пример #2
0
 public AccountRepository(PantryDbContext context, PasswordHelper passwordHelper)
 {
     this.context        = context;
     this.passwordHelper = passwordHelper;
 }