Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kan committed Aug 10, 2023
1 parent 29b560b commit c074aa4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
package b_application_business_rules.use_cases.project_selection_use_cases;

import b_application_business_rules.entity_models.ProjectModel;
import b_application_business_rules.use_cases.interfaces.ProjectRepository;
import b_application_business_rules.use_cases.project_selection_gateways.IDBRemove;
import d_frameworks_and_drivers.database_management.DBControllers.DBManagerRemoveController;

import java.util.UUID;

import a_enterprise_business_rules.entities.Project;

public class DeleteProject implements DeleteProjectUseCase {
private ProjectRepository projectRepository;
public class DeleteProject {
/**
* Empty constructor (would be autogenerated by Java if not included anyways)
*/
public DeleteProject() {
this.projectRepository = projectRepository;

}

/**
Expand Down

0 comments on commit c074aa4

Please sign in to comment.