public BaseDAL()
 {
     entity = new DbContextEntity();
 }
Example #2
0
 public Dbservie([FromServices] DbContext dbContext)
 {
     this.dbContext = (DbContextEntity)dbContext;
 }