C# Class Tests.Person

Inheritance: Tests.EntityWithTracking, ITriggerable
Mostrar archivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
AddGrade ( int grade ) : void
Person ( string username, int age ) : System

Method Details

AddGrade() public method

public AddGrade ( int grade ) : void
grade int
return void

Person() public method

public Person ( string username, int age ) : System
username string
age int
return System