public CourseRepository(AtenzDBContext context)
 {
     Context = context;
 }
Example #2
0
 public UserRepository(AtenzDBContext Context)
 {
     context = Context;
 }
 public BookRepository(AtenzDBContext Context)
 {
     context = Context;
 }