Exemple #1
0
 public WlabelController(WLabelService wLabelService)
 {
     this.WLabelService = wLabelService;
 }
 public QueryController(WLabelService wLabelService)
 {
     _WLabelService = wLabelService;
 }