Exemplo n.º 1
0
 public AdoUserRepository(IAdoRepositoryContext context)
 {
     _context    = context;
     _connection = context.CreateConnection();
 }
 public AdoTableBookingAdultsRepository(IAdoRepositoryContext context)
 {
     _context    = context;
     _connection = context.CreateConnection();
 }