コード例 #1
0
 public BaseDAL()
 {
     entity = new DbContextEntity();
 }
コード例 #2
0
 public Dbservie([FromServices] DbContext dbContext)
 {
     this.dbContext = (DbContextEntity)dbContext;
 }