예제 #1
0
 public TitleIVRepository(data.ScoreCardContext dataContext, TitleIVGateway gateway)
 {
     _context = dataContext;
     _gateway = gateway;
 }
예제 #2
0
 public TitleIVRepository(data.ScoreCardContext dataContext)
 {
     _context = dataContext;
     _gateway = new Data.GateWay.TitleIVGateway(_context.Database.GetDbConnection().ConnectionString);
 }