Skip to content

Commit

Permalink
refactor: move api responses to api presenter package
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed May 20, 2023
1 parent bb591a9 commit 47d8088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* https://opensource.org/licenses/MIT.
*/

package application.presenter.external.model
package application.presenter.api.model.apiresponse

import kotlinx.serialization.Serializable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package infrastructure.external

import application.presenter.external.model.ApiResponses
import application.presenter.api.model.apiresponse.ApiResponses
import application.presenter.external.model.BuildingManagementDtoModel
import application.presenter.external.model.PatientManagementIntegrationDtoModel
import application.presenter.external.model.StaffTrackingDtoModel
Expand Down

0 comments on commit 47d8088

Please sign in to comment.