Exemple #1
0
 public CountServiceController(ICountService countService, IParamsValidator paramvValidator)
 {
     this._countService    = countService;
     this._paramvValidator = paramvValidator;
 }