C# Class Simple.Web.Mvc.Telerik.Sample.Model.GroupSample

Mostra file Open project: juanplopes/simple-telerik

Public Methods

Method Description
AddUser ( string name, System.DateTime birthDate, decimal wage, double height, double weight ) : void
Init ( ) : void

Method Details

AddUser() public static method

public static AddUser ( string name, System.DateTime birthDate, decimal wage, double height, double weight ) : void
name string
birthDate System.DateTime
wage decimal
height double
weight double
return void

Init() public static method

public static Init ( ) : void
return void