示例#1
0
 public static bool BALUpdateVivrani(int vivraniid, decimal amount)
 {
     return(WayBillRepository.UpdateVivrani(vivraniid, amount));
 }