예제 #1
0
 public RepositoryBase(beeaterContext context)
 {
     Context = context;
 }
예제 #2
0
 public UserRepository(beeaterContext context)
     : base(context)
 {
 }
예제 #3
0
 public EmployeeController(beeaterContext context)
     : base(context)
 {
 }
예제 #4
0
 public PreferencesController(beeaterContext context)
     : base(context)
 {
 }
예제 #5
0
 public ShowRepository(beeaterContext context)
     : base(context)
 {
 }
예제 #6
0
 public MovieRepository(beeaterContext context)
     : base(context)
 {
 }
예제 #7
0
 public GenreRepository(beeaterContext context)
     : base(context)
 {
 }
예제 #8
0
 public RepositoryWrapper(beeaterContext context)
 {
     _context = context;
 }
 public AuthorizationController(beeaterContext context)
     : base(context)
 {
 }
예제 #10
0
 public CommonController(beeaterContext context)
 {
     _context = context;
 }
예제 #11
0
 public RatingRepository(beeaterContext context)
     : base(context)
 {
 }