コード例 #1
0
ファイル: OwnerPepository.cs プロジェクト: DERESICL/Code
 public OwnerRepository(PropertyContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public HolidayhomeRepository(PropertyContext context)
 {
     this.context = context;
 }