Exemplo n.º 1
0
 public void InsertEmployeeEntity(EmployeeEntity condition_entity)
 {
     condition_entity.Insert();
 }