コード例 #1
0
 public AccommodationService()
 {
     this._context = new ResidenceContext();
 }
コード例 #2
0
ファイル: BedService.cs プロジェクト: glolic1/ProjectCaritas
 public BedService()
 {
     this._context = new ResidenceContext();
 }