Example #1
0
 public async Task <bool> CheckAuditTypeExists(string auditTypeId)
 {
     return(await _repoAuditType.CheckAuditTypeExists(auditTypeId));
 }