コード例 #1
0
ファイル: GustosCEN.cs プロジェクト: jpcuencas/Inmueblate
 public GustosCEN(IGustosCAD _IGustosCAD)
 {
     this._IGustosCAD = _IGustosCAD;
 }
コード例 #2
0
ファイル: GustosCEN.cs プロジェクト: jpcuencas/Inmueblate
 public GustosCEN()
 {
     this._IGustosCAD = new GustosCAD();
 }