public AssetAttachmentRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #2
0
 public ModuleRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #3
0
 public AssetGroupRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #4
0
 public ComServerClusterServersRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #5
0
 public RawSqlRepository()
 {
     _context = new ToemsDbContext();
 }
Example #6
0
 public GroupPolicyRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #7
0
 public ToemsUserRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #8
0
 public ReportRepository()
 {
     _context = new ToemsDbContext();
 }
Example #9
0
 public ComputerRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #10
0
 public CustomAttributeRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
 public ActiveImagingTaskRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
Example #12
0
 public ImageProfileRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }
 public PolicyHistoryRepository(ToemsDbContext context)
     : base(context)
 {
     _context = context;
 }