コード例 #1
0
ファイル: GuestRepository.cs プロジェクト: benedemon/shiroh
 public GuestRepository(GuestManagerDbContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: GuestRepository.cs プロジェクト: benedemon/shiroh
 public GuestRepository()
 {
     _context = new GuestManagerDbContext();
 }