Example #1
0
 public void SumaPorMesAño()
 {
     SumaTotalTxt.Text             = ServiceLCM.SumaPorFecha("como", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
     SumaCuotaSubsidiadoTxt.Text   = ServiceLCM.SumaPorFecha("SUBSIDIADO", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
     SumaCuotaContributivoTxt.Text = ServiceLCM.SumaPorFecha("CONTRIBUTIVO", FechaDtp.Value.Month, FechaDtp.Value.Year).ToString();
 }