public InstrumentRepository(InstrumentDbContext db)
 {
     this.db = db;
 }
Ejemplo n.º 2
0
 public BaseRepository(InstrumentDbContext context, ISeriLog logger)
 {
     this._context = context;
     Log           = logger;
 }