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