コード例 #1
0
 private bool ProductExists(int id)
 {
     return(OperationsPro.Exists(p => p.Id == id));
 }