public DepartmentRepository(ProductRepository productRepo, UserRepository userRepostiory)
 {
 }
예제 #2
0
 protected GivenAProductRepository()
 {
     ProductRepository = new ProductRepository();
 }