コード例 #1
0
 public bool Delete(object Id)
 {
     return(BillingRate.Delete(Id) == 1);
 }