コード例 #1
0
 public RoleBus(prContext prContext)
 {
     _prContext = prContext;
 }
コード例 #2
0
 public UserBus(prContext ctx)
 {
     _ctx = ctx;
 }
コード例 #3
0
ファイル: ClaimJwtBus.cs プロジェクト: borhansoft/Senmurv
 public ClaimJwtBus(prContext ctx)
 {
     _ctx = ctx;
 }
コード例 #4
0
 //remove from here refactor
 public AccountController(prContext ctx, IUserBus userBus)
 {
     _ctx     = ctx;
     _userBus = userBus;
 }