Example #1
0
 public static bool RegistrarPar(int numero, string calidad, int numeroOP, TimeSpan?hora = null)
 {
     using (var servicio = new ControlCalidadServiceReference.ControlCalidadServicioClient(_contexto))
     {
         return(servicio.RegistrarPar(numero, calidad, numeroOP, hora));
     }
 }