示例#1
0
文件: Claim.cs 项目: mehabadi/HPMS
 public virtual void Cancel(Period period)
 {
     period.CheckCancelClaim();
     State.CancelClaim(this);
 }