コード例 #1
0
ファイル: SysEventService.cs プロジェクト: nhuang/fvs
 public SysEventService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #2
0
ファイル: DataIOService.cs プロジェクト: nhuang/fvs
 public DataIOService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #3
0
ファイル: AttendeeService.cs プロジェクト: nhuang/fvs
 public AttendeeService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #4
0
ファイル: MeetingDetailService.cs プロジェクト: nhuang/fvs
 public MeetingDetailService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #5
0
ファイル: SysSettingService.cs プロジェクト: nhuang/fvs
 public SysSettingService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #6
0
ファイル: RoomService.cs プロジェクト: nhuang/fvs
 public RoomService(fschedulerEntities context)
 {
     db = context;
 }
コード例 #7
0
ファイル: SupportTeamService.cs プロジェクト: nhuang/fvs
 public SupportTeamService(fschedulerEntities context)
 {
     db = context;
 }