Exemplo n.º 1
0
 public void DeleteEmployeeEntity(EmployeeEntity condition_entity)
 {
     condition_entity.Delete();
 }