Exemplo n.º 1
0
 public TaskRepository(SUPERO_INTELBRASContext Context)
     : base(Context)
 {
 }
Exemplo n.º 2
0
 public Repository(SUPERO_INTELBRASContext Context)
 {
     _Context = Context;
 }