Exemplo n.º 1
0
 public SuperUsuarioCEN(ISuperUsuarioCAD _ISuperUsuarioCAD)
 {
     this._ISuperUsuarioCAD = _ISuperUsuarioCAD;
 }
Exemplo n.º 2
0
 public SuperUsuarioCEN()
 {
     this._ISuperUsuarioCAD = new SuperUsuarioCAD();
 }