コード例 #1
0
 public OrgAppService(IRepository <Organization> reposity,
                      IRepository <OrgUser> orgReposity,
                      IRepository <User, long> userReposity,
                      MyAppSession myAppSession,
                      IHttpContextAccessor accessor,
                      IAbpSession abpSession)
 {
     _orgReposity  = orgReposity;
     _abpSession   = abpSession;
     _reposity     = reposity;
     _myAppSession = myAppSession;
     _userReposity = userReposity;
     _accessor     = accessor;
 }
コード例 #2
0
 public ECHOEventArgs(MyAppSession AppSession, StringRequestInfo StringRequestInfo)
 {
     this.AppSession        = AppSession;
     this.StringRequestInfo = StringRequestInfo;
 }