示例#1
0
 public SuperUsuarioCEN(ISuperUsuarioCAD _ISuperUsuarioCAD)
 {
     this._ISuperUsuarioCAD = _ISuperUsuarioCAD;
 }
示例#2
0
 public SuperUsuarioCEN()
 {
     this._ISuperUsuarioCAD = new SuperUsuarioCAD();
 }