示例#1
0
 public ReWriteUserInfo(IGetCenterValueService getCenterValue)
 {
     _getCenterValue = getCenterValue;
 }
 public TempDemoShowService(IGetCenterValueService getCenterValueService)
 {
     _getCenterValueService = getCenterValueService;
 }