Пример #1
0
 public void Criar(Foto entity)
 {
     _fotoRepository.Create(entity);
 }