Skip to content

Commit

Permalink
commit keep filling post gateway and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpcsywm committed Jul 20, 2023
1 parent 8a30df4 commit c81e339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/gateway/PostGateway.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package gateway;

public interface PostGateway {

}
3 changes: 2 additions & 1 deletion src/main/java/gateway/PostRepo.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package gateway;

public class PostRepo {
public class PostRepo implements PostGateway{
DatabaseConnection databaseConnection;
}

0 comments on commit c81e339

Please sign in to comment.