1 changed files with 0 additions and 8 deletions
@ -1,8 +0,0 @@ |
|||
package com.example.moviecli.command; |
|||
|
|||
import com.example.moviecli.repository.MovieRepository; |
|||
|
|||
public interface Command { |
|||
String getName(); |
|||
void execute(String[] args, MovieRepository repository); |
|||
} |
|||
Loading…
Reference in new issue