Ejemplo n.º 1
0
 public void LLenarCantidadPorMesAño()
 {
     TodosTxt.Text = ServiceLCM.CantidadPorFecha("hola", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
     CantidadContributivoTxt.Text = ServiceLCM.CantidadPorFecha("CONTRIBUTIVO", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
     CAntidadSubdidiadoTxt.Text   = ServiceLCM.CantidadPorFecha("SUBSIDIADO", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
 }