コード例 #1
0
ファイル: HotelRepo.cs プロジェクト: Kozer2/Lab-Async-Inn
 public HotelRepo(AsyncInnDbContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: AmentityRepo.cs プロジェクト: Kozer2/Lab-Async-Inn
 public AmentityRepo(AsyncInnDbContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: RoomRepo.cs プロジェクト: Kozer2/Lab-Async-Inn
 public RoomRepo(AsyncInnDbContext context)
 {
     _context = context;
 }