API_9.Services.LaserPrintService.Print C# (CSharp) Method

Print() public method

public Print ( ) : string
return string
        public string Print()
        {
            return "这是一台激光打印机";
        }
LaserPrintService