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
Jellyfish should automatically find the IDatabase implementation (or it is pre-configured before initialization), and initialize the Database { get; } property with that instance. The IDatabase instance is either already initialized somewhere (👍) or initialized by the default constructor (👎)
Implement Dependency Injection for interfaces or other properties.
Example:
Jellyfish should automatically find the
IDatabase
implementation (or it is pre-configured before initialization), and initialize theDatabase { get; }
property with that instance. TheIDatabase
instance is either already initialized somewhere (👍) or initialized by the default constructor (👎)Example 2:
The text was updated successfully, but these errors were encountered: