Exemple #1
0
 public ScopeModel(IShell shell, string uri)
 {
     repo = shell.Container.Resolve <SqliteLocalRepository>(
         new NamedParameter("conStr", uri));
 }