Exemplo n.º 1
0
 public Repository(filecoreContext context)
 {
     Context = context;
 }
Exemplo n.º 2
0
 public Repository()
 {
     Context = new filecoreContext();
 }