public PlacementDescriptionRepositoryTests() : base()
 {
     repository = new PlacementDescriptionRepository(Context);
 }
Example #2
0
 public PlacementDescriptionRepositoryController(IPlacementDescriptionRepository repository)
 {
     this.repository = repository;
 }