C# Class P04.Recharge.Employee

Inheritance: P04.Recharge.Worker, ISleeper
ファイルを表示 Open project: DanielDimitrov5/SoftUni

Public Methods

Method Description
Employee ( string id ) : System
Sleep ( ) : void

Method Details

Employee() public method

public Employee ( string id ) : System
id string
return System

Sleep() public method

public Sleep ( ) : void
return void