void IBaseRepository <ContaCorrente> .Save(ContaCorrente entity)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void Save(ContaCorrente entity)
 {
     throw new NotImplementedException();
 }