public CmpmstApiController(CmpmstRepository repository) { this.repository = repository; this.OnCreated(); }
public CmpmstService(CmpmstRepository cmpmstRepository) { this.cmpmstRepository = cmpmstRepository; }