Beispiel #1
0
 public bool CancellationOfOrder(string Oid)
 {
     return(dal.CancellationOfOrder(Oid) > 0);
 }