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