示例#1
0
 public DALUsuarios(string empresa)
 {
     this.conexion = new DALSqlServerConnection(empresa);
 }
示例#2
0
 public DALUsuarios()
 {
     this.conexion = new DALSqlServerConnection();
 }