C# Class P04_Recharge.Employee

Inheritance: P04_Recharge.Worker, ISleeper
Mostra file Open project: MertYumer/CSharp-Fundamentals-January-2019

Public Methods

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

Method Details

Employee() public method

public Employee ( string id )
id string

Sleep() public method

public Sleep ( ) : void
return void