public RepositoryEF(DbContext dbContext)
 {
     _dbContext = dbContext as MYBANKContext;
 }
示例#2
0
 public BusinessBanking(MYBANKContext context) : this(new RepositoryEF(context))
 {
 }
 public BusinessAuthentication(MYBANKContext context) : this(new RepositoryEF(context))
 {
 }