public ShfmstService(ShfmstRepository shfmstRepository) { this.shfmstRepository = shfmstRepository; }
public ShfmstApiController(ShfmstRepository repository) { this.repository = repository; this.OnCreated(); }