Exemple #1
0
 public ToolshedRepository(ToolshedContext a_context)
 {
     _context = a_context;
 }
 public void ToolshedContextEnsureICanCreateInstance()
 {
     ToolshedContext context = new ToolshedContext();
     Assert.IsNotNull(context);
 }
Exemple #3
0
 public ToolshedRepository()
 {
     _context = new ToolshedContext();
 }