예제 #1
0
 public bool Delete(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public long?Insert(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public List <EmpresaTipo> Search(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public EmpresaTipo Find(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }