You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Use case : Lets suppose you made a Database as an ISystem and later use said database connection on a IClientSystem
On the case of said connection not being established the ClientSystem would return an error. Its possible for that to be implemented by the user but that could be added to the SMC codebase as a cleaner api, with the usage of a [Depends] Attribute.
The text was updated successfully, but these errors were encountered:
Use case : Lets suppose you made a
Database
as anISystem
and later use said database connection on aIClientSystem
On the case of said connection not being established the ClientSystem would return an error. Its possible for that to be implemented by the user but that could be added to the SMC codebase as a cleaner api, with the usage of a
[Depends]
Attribute.The text was updated successfully, but these errors were encountered: