public UserRepository(PhotographyEyeContext context, IRoleRepository roleRepository) : base(context)
 {
     this._roleRepository = roleRepository;
 }
Exemple #2
0
 public UserRoleRepository(PhotographyEyeContext context)
     : base(context)
 {
 }
 public LoggingRepository(PhotographyEyeContext context) : base(context)
 {
 }
Exemple #4
0
 public EntityBaseRepository(PhotographyEyeContext context)
 {
     this._context = context;
 }
 public AlbumRepository(PhotographyEyeContext context) : base(context)
 {
 }