コード例 #1
0
ファイル: MascotaCEN.cs プロジェクト: sh1l0n/FreePet
 public MascotaCEN(IMascotaCAD _IMascotaCAD)
 {
     this._IMascotaCAD = _IMascotaCAD;
 }
コード例 #2
0
ファイル: MascotaCEN.cs プロジェクト: sh1l0n/FreePet
 public MascotaCEN()
 {
     this._IMascotaCAD = new MascotaCAD();
 }