示例#1
0
 public decimal GetDetentionAmount(int BlId)
 {
     return(InvoiceDAL.GetDetentionAmount(BlId));
 }