Example #1
0
 public UserEntityRepository(UsersDbContext authorizedUsersDb)
 {
     this.authorizedUsersDb = authorizedUsersDb;
 }