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