コード例 #1
0
 public ScaleForecastErrorsRepository(AirlyContext context) : base(context)
 {
 }
コード例 #2
0
 public PlainForecastErrorsRepository(AirlyContext context) : base(context)
 {
 }
コード例 #3
0
 public BasicRepository(AirlyContext context)
 {
     _context = context;
     _dbSet   = context.Set <TEntity>();
 }
コード例 #4
0
 public UnitOfWork(AirlyContext context)
 {
     _context = context;
 }