Example #1
0
 public DataTable TotalDisolucionesProyectoTipo(string FechaInicio, string FechaFin, string proyecto, string tipo)
 {
     return(MCartera.TotalDisolucionesProyectoTipo(FechaInicio, FechaFin, proyecto, tipo));
 }