Example #1
0
 public async Task <BaseResponse> DeleteClaimsByID(int claimID)
 {
     return(await _claimsRepository.DeleteClaimsByID(claimID));
 }