Exemple #1
0
 public GustosCEN(IGustosCAD _IGustosCAD)
 {
     this._IGustosCAD = _IGustosCAD;
 }
Exemple #2
0
 public GustosCEN()
 {
     this._IGustosCAD = new GustosCAD();
 }