Example #1
0
 public async Task Delete(string email)
 {
     await _repo.Delete(email);
 }