Exemplo n.º 1
0
 public GustosCEN(IGustosCAD _IGustosCAD)
 {
     this._IGustosCAD = _IGustosCAD;
 }
Exemplo n.º 2
0
 public GustosCEN()
 {
     this._IGustosCAD = new GustosCAD();
 }