Exemple #1
0
 public async Task <bool> Delete(string uid)
 {
     return(await testResultRepository.DeleteAsync(uid));
 }