Exemple #1
0
 // CRUD APIs
 public async Task <bool> EmailExists(int id)
 {
     return(await _repo.Exists(id));
 }