Exemplo n.º 1
0
 public UnitOfWork()
 {
     context = new NewAppEntities2();
 }
Exemplo n.º 2
0
 public RepositoryClient(NewAppEntities2 context)
     : base(context)
 {
 }