Ejemplo n.º 1
0
 public UserRepository(ABBRCSContext _UserContext)
 {
     UserContext = _UserContext;
 }
 public RoleController(ABBRCSContext _RoleRepository)
 {
     RoleContext = _RoleRepository;
 }
Ejemplo n.º 3
0
 public UserController(ABBRCSContext UserRepository)
 {
     UserContext = UserRepository;
 }