public BookingRepository(CottageDbContext context) : base(context)
 {
 }
 public AttractionRepository(CottageDbContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public Repository(CottageDbContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public ClientMessageRepository(CottageDbContext context) : base(context)
 {
 }
 public CustomerRepository(CottageDbContext context) : base(context)
 {
 }
Exemplo n.º 6
0
 public ImageGroupRepository(CottageDbContext context) : base(context)
 {
 }
Exemplo n.º 7
0
 public AccountRepository(CottageDbContext context) : base(context)
 {
 }
 public FacebookPostRepository(CottageDbContext context) : base(context)
 {
 }
Exemplo n.º 9
0
 public RepositoryAsync(CottageDbContext context)
 {
     Context = context;
 }
 public PasswordResetRepository(CottageDbContext context) : base(context)
 {
 }