예제 #1
0
 public byte[] GetSymbol([FromRoute] string name)
 {
     return(plcService.GetSymbol(name));
 }