示例#1
0
 public UserRepository(IPersistencyContext persistencyContext)
 {
     this.persistencyContext = persistencyContext;
 }
示例#2
0
 public EmployeeRepository(IPersistencyContext persistencyContext)
 {
     this.persistencyContext = persistencyContext;
 }