Esempio n. 1
0
 private bool OrderExists(int ID)
 {
     return(_ordersDAO.IsExists(ID));
 }