Beispiel #1
0
 public BebidaCEN(IBebidaCAD _IBebidaCAD)
 {
     this._IBebidaCAD = _IBebidaCAD;
 }
Beispiel #2
0
 public BebidaCEN()
 {
     this._IBebidaCAD = new BebidaCAD();
 }