Exemplo n.º 1
0
 public UserRepository(IPersistencyContext persistencyContext)
 {
     this.persistencyContext = persistencyContext;
 }
Exemplo n.º 2
0
 public EmployeeRepository(IPersistencyContext persistencyContext)
 {
     this.persistencyContext = persistencyContext;
 }