Exemple #1
0
 public async Task <List <ContactEmail> > GetAll(int entityID)
 {
     return(await _repository.GetAll(entityID));
 }