Exemplo n.º 1
0
 public CurrentUserRouteBLL(DAL.EntityFramework.DataContext dataContext)
 {
     _context = dataContext;
 }
Exemplo n.º 2
0
 public SysUserGroupBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public SysModelBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public DataConditionBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public DashboardBLL(DAL.EntityFramework.DataContext dataContext)
 {
     _context = dataContext;
 }
Exemplo n.º 6
0
 public SysModuleUserRelationBLL(DAL.EntityFramework.DataContext context)
 {
     _context       = context;
     sysModuleRoute = new SysModuleRouteRelationBLL(context);
 }
Exemplo n.º 7
0
 public DataConditionController(DAL.EntityFramework.DataContext dataContext, IMemoryCache cache)
 {
     this.cache   = cache;
     storeService = new DataConditionBLL(dataContext);
 }
Exemplo n.º 8
0
 public ApdDimRatioBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public SysModuleRouteRelationBLL(DAL.EntityFramework.DataContext dataContext)
 {
     _context = dataContext;
 }
Exemplo n.º 10
0
 public SysRouteBLL(DAL.EntityFramework.DataContext dataContext)
 {
     _context = dataContext;
 }
Exemplo n.º 11
0
 public EchartReportParmsBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public SysUserGroupRelationBLL(DAL.EntityFramework.DataContext dataContext)
 {
     _context = dataContext;
 }
Exemplo n.º 13
0
 public SysOperRightBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }
Exemplo n.º 14
0
 public ApdFctOrgIndexVBLL(DAL.EntityFramework.DataContext context)
 {
     _context = context;
 }