コード例 #1
0
 ///<summary>Takes a list of fees to be deleted and deletes them from rest of the clinics in the feeschedgroup.</summary>
 public static void DeleteGroupFees(List <long> listFeeNums)
 {
     //No need to check RemotingRole; no call to db.
     DeleteGroupFees(Fees.GetManyByFeeNum(listFeeNums));
 }