Exemplo n.º 1
0
 public RepositoryUsersCompany(ListOfCompaniesContext context)
 {
     this.db = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(string connectionString)
 {
     db          = new ListOfCompaniesContext(connectionString);
     userManager = new ApplicationUserManager(new UserStore <ApplicationUser>(db));
 }