コード例 #1
0
 public AdoUserRepository(IAdoRepositoryContext context)
 {
     _context    = context;
     _connection = context.CreateConnection();
 }
コード例 #2
0
 public AdoTableBookingAdultsRepository(IAdoRepositoryContext context)
 {
     _context    = context;
     _connection = context.CreateConnection();
 }