Exemplo n.º 1
0
 public ToolshedRepository(ToolshedContext a_context)
 {
     _context = a_context;
 }
Exemplo n.º 2
0
 public void ToolshedContextEnsureICanCreateInstance()
 {
     ToolshedContext context = new ToolshedContext();
     Assert.IsNotNull(context);
 }
Exemplo n.º 3
0
 public ToolshedRepository()
 {
     _context = new ToolshedContext();
 }