예제 #1
0
 public ContactUsMessageRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #2
0
 public VariableDataRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public RegionRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #4
0
 public ProcessSetRepository(NxsDbContext context)
 {
     this.context = context;
 }
 public VariableXlsDescriptionRepository(NxsDbContext context)
 {
     this.context = context;
 }
 public AgrigationXlsDescriptionRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #7
0
 public SubVariableRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #8
0
 public ScenarioRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #9
0
 public XLsUplodRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #10
0
 public AgreegationSubVariableRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #11
0
 public VariableGroupRepository(NxsDbContext context)
 {
     this.context = context;
 }
 public RegionAgrigationTypeRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #13
0
 public UserConstraintRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #14
0
 public DataRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #15
0
 public UnitOfWork(NxsDbContext context)
 {
     this.context = context;
 }
예제 #16
0
 public CommodityRepository(NxsDbContext context)
 {
     this.context = context;
 }
예제 #17
0
 public AttributeRepository(NxsDbContext context)
 {
     this.context = context;
 }