コード例 #1
0
 private void InserirArtista()
 {
     InitRepositorio <Artista>();
     _repoArtista.Inserir();
 }