Exemplo n.º 1
0
 private bool ProductExists(int id)
 {
     return(OperationsPro.Exists(p => p.Id == id));
 }