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