Пример #1
0
 public async Task <string> GetGeneroById(int GeneroId)
 {
     return(await _generorepository.GetGeneroById(GeneroId));
 }