Exemplo n.º 1
0
 public long insertar(TA_Usuario objeto)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public bool update(TA_Usuario obejto)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void delete(TA_Usuario objeto)
 {
     throw new NotImplementedException();
 }