Ejemplo n.º 1
0
 public RepositoryEF(DbContext dbContext)
 {
     _dbContext = dbContext as MYBANKContext;
 }
Ejemplo n.º 2
0
 public BusinessBanking(MYBANKContext context) : this(new RepositoryEF(context))
 {
 }
 public BusinessAuthentication(MYBANKContext context) : this(new RepositoryEF(context))
 {
 }