Ejemplo n.º 1
0
 public bool DeleteCreatedPurchaseRequest(long preqId)
 {
     scservice.DeleteCreatedPurchaseRequest(preqId);
     return(true);
 }