コード例 #1
0
 public TaskMastersRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #2
0
 public RoofAdvicesMaintenanceRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #3
0
 public InspectionRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #4
0
 public RoofComponentRepository(Accentis_NewContext _context) : base(_context)
 {
     Context = _context;
 }
コード例 #5
0
 public BuildingAdviceMaintenanceRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #6
0
 public RoofDetailElementConditionRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #7
0
 public DefactsRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #8
0
 public RoofConstructionRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #9
0
 public BuildingPictureRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #10
0
 protected BaseRepository(Accentis_NewContext context)
 {
     Context = context;
 }
コード例 #11
0
 public RoleRepository(Accentis_NewContext _context)
 {
     context = _context;
 }
コード例 #12
0
 public RoofRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #13
0
 public RoleService(Accentis_NewContext _context)
 {
     context = _context;
 }
コード例 #14
0
 public BuildingTypeRepository(Accentis_NewContext _context) : base(_context)
 {
     Context = _context;
 }
コード例 #15
0
 public RoofTypeRepository(Accentis_NewContext _context) : base(_context)
 {
     Context = _context;
 }
コード例 #16
0
 public UserRepository(Accentis_NewContext _context) : base(_context)
 {
     context = _context;
 }
コード例 #17
0
 public ObservedDefectRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #18
0
 public ConstructionPartsRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #19
0
 public BuildingDocumentsRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }
コード例 #20
0
 public DesignationRepository(Accentis_NewContext _context) : base(_context)
 {
     Context = _context;
 }
コード例 #21
0
 public ContractDutiesRepository(Accentis_NewContext context) : base(context)
 {
     Context = context;
 }