コード例 #1
0
 public PlacementDescriptionRepositoryTests() : base()
 {
     repository = new PlacementDescriptionRepository(Context);
 }
コード例 #2
0
 public PlacementDescriptionRepositoryController(IPlacementDescriptionRepository repository)
 {
     this.repository = repository;
 }