コード例 #1
0
 public EfCompanyDal(BetaSoftwareContext context) : base(context)
 {
 }
コード例 #2
0
ファイル: EfEmployeeDal.cs プロジェクト: yalcinhayyam/Demo
 public EfEmployeeDal(BetaSoftwareContext context) : base(context)
 {
 }
コード例 #3
0
ファイル: EfPersonDal.cs プロジェクト: yalcinhayyam/Demo
 public EfPersonDal(BetaSoftwareContext context) : base(context)
 {
 }