コード例 #1
0
 public Printer FindByIpAddress(string ipAddress)
 {
     return(_printerAppService.FindByIpAddress(ipAddress));
 }