Exemplo n.º 1
0
 public WlabelController(WLabelService wLabelService)
 {
     this.WLabelService = wLabelService;
 }
Exemplo n.º 2
0
 public QueryController(WLabelService wLabelService)
 {
     _WLabelService = wLabelService;
 }