예제 #1
0
 public ShfmstService(ShfmstRepository shfmstRepository)
 {
     this.shfmstRepository = shfmstRepository;
 }
예제 #2
0
 public ShfmstApiController(ShfmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }