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