Esempio n. 1
0
 public bool Exists(Guid id)
 {
     return(productoRepository.Exists(x => x.UnidadMedidaId == id));
 }