예제 #1
0
 public BaseRepository(DBCoreContext _ContextCore)
 {
     _context = _ContextCore;
 }
예제 #2
0
 public TransacaoRepository(DBCoreContext dbContext)
     : base(dbContext)
 {
 }