Example #1
0
 public bool HasOpenClaim(Period period)
 {
     return(claimRep.HasOpenClaim(period));
 }