public RoleBus(prContext prContext) { _prContext = prContext; }
public UserBus(prContext ctx) { _ctx = ctx; }
public ClaimJwtBus(prContext ctx) { _ctx = ctx; }
//remove from here refactor public AccountController(prContext ctx, IUserBus userBus) { _ctx = ctx; _userBus = userBus; }