We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6218b53 commit 3e6460bCopy full SHA for 3e6460b
README.md
@@ -64,7 +64,7 @@ public class ConsumeService
64
var container = UnityConfig.Container;
65
66
// register your 'DataModel'
67
- container.RegisterType<IDbContext, DataModel>();
+ container.RegisterType<IDbContext, DB>();
68
69
var dbManager=container.Resolve<IDBManager>(); //get the db manager
70
0 commit comments