예제 #1
0
 public PlanListService(IPlanListRepository repository)
 {
     this._repository = repository;
 }
예제 #2
0
 public PlanListService(IPlanListRepository repository)
 {
     this._repository = repository;
 }