Exemple #1
0
 public ServiceDashboard(iApplicationContext oContext) : base(oContext.DataContext)
 {
     _Context     = oContext;
     this.Manager = new BaseModuleManager(oContext.DataContext);
     this.UC      = oContext.UserContext;
     _service     = new Tag.Business.ServiceTags(oContext);
 }
Exemple #2
0
 public ServiceDashboard(iDataContext oDC)
     : base(oDC)
 {
     this.Manager = new BaseModuleManager(oDC);
     _Context     = new ApplicationContext()
     {
         DataContext = oDC
     };
     _service = new Tag.Business.ServiceTags(oDC);
 }