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