예제 #1
0
 public int CantidadPorFecha(string texto, int mes, int año)
 {
     try
     {
         return(lcmr.CantidadPorFecha(texto, mes, año));
     }
     catch (Exception)
     {
         throw;
     }
 }