Exemple #1
0
 public TestOrg()
 {
     _app = AutofacExt.GetFromFac <OrgManagerApp>();
 }
Exemple #2
0
 public OrgManagerController(IAuth authUtil, OrgManagerApp orgApp) : base(authUtil)
 {
     _orgApp = orgApp;
 }
 public OrgsController(OrgManagerApp app)
 {
     _app = app;
 }
Exemple #4
0
 public OrgManagerController()
 {
     _orgApp = AutofacExt.GetFromFac <OrgManagerApp>();
 }