Beispiel #1
0
 public async Task <int> AddAsync(IdiomaEntity idiomaEntity)
 {
     return(await _idiomaRepository.AddAsync(idiomaEntity));
 }