Ejemplo n.º 1
0
 public AppController(IAppMgr appMgr,
     IAppValidator appvalidator)
 {
     _appMgr = appMgr;
     _appValidator = appvalidator;
 }
Ejemplo n.º 2
0
 public AppValidator(IAppMgr appMgr)
 {
     _appMgr = appMgr;
 }