public ReservationRepository(OurCmsContext context)
 {
     this.db = context;
 }
Exemple #2
0
 public StatinRepositorycs(OurCmsContext context)
 {
     this.db = context;
 }
 public PageCommentRepository(OurCmsContext context)
 {
     db = context;
 }
Exemple #4
0
 public LoginRepository(OurCmsContext context)
 {
     db = context;
 }
Exemple #5
0
 public HourRepository(OurCmsContext context)
 {
     this.db = context;
 }
Exemple #6
0
 public PageRepository(OurCmsContext context)
 {
     this.db = context;
 }