コード例 #1
0
 public XhtmlMinifierController(XhtmlMinificationService minificationService)
 {
     _minificationService = minificationService;
 }