Exemplo n.º 1
0
 public IList<vPCONTRATOS> getProcesosxEst(string DepDel, string Estado, short Vigencia)
 {
     mobConsultas mc = new mobConsultas();
     return mc.getProcesosxEst(DepDel, Estado, Vigencia);
 }