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