Example #1
0
 public void Atualizar(Estado estado)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Estado Adicionar(Estado estado)
 {
     throw new NotImplementedException();
 }