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