1.0.2 • Published 3 years ago

application-layer-test-igloolab v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Diagram

image info

###Structure

src
───Core
│   │   dependency-injection
│   │   │   │
        └───└─── container.ts
        └───└─── token.ts
└───use-cases
     │   │
     └───└─── get-all-user-query.ts
     └───└─── get-user-by-name-query.ts

###Core This file contains about dependency injection in the project.