コード例 #1
0
ファイル: VehicleRepository.cs プロジェクト: The-mak/sgeb
 public VehicleRepository()
 {
     this.context = new SGEBEntities();
 }
コード例 #2
0
ファイル: DriverRepository.cs プロジェクト: The-mak/sgeb
 public DriverRepository()
 {
     this.context = new SGEBEntities();
 }
コード例 #3
0
ファイル: SheetRepository.cs プロジェクト: The-mak/sgeb
 public SheetRepository()
 {
     this.context = new SGEBEntities();
 }
コード例 #4
0
 public ConfigurationRepository()
 {
     this.context = new SGEBEntities();
 }