Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/16-database-2-user-gateway' into…
Browse files Browse the repository at this point in the history
… 16-database-2-user-gateway
  • Loading branch information
josephpcsywm committed Jul 20, 2023
2 parents 179a057 + 31e09e0 commit 4e90d9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/gateway/AttorneyGateway.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package gateway;

public interface AttorneyGateway extends UserGateway{

}
4 changes: 4 additions & 0 deletions src/main/java/gateway/ClientGateway.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package gateway;

public interface ClientGateway extends UserGateway{
}

0 comments on commit 4e90d9b

Please sign in to comment.