Example #1
0
 public UserRepository(RoleContext context) : base(context)
 {
     _context = context;
 }
Example #2
0
 public Repository(RoleContext context)
 {
     _context = context;
 }