Пример #1
0
 public async Task <int> DeleteEmail(long emailId)
 {
     return(await _emailRepository.DeleteByIdAsync(emailId));
 }