C# Class HotelManagement.Models.UserType

Exibir arquivo Open project: avdevelop/hotelmanagement

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UserType ( ) : System
UserType ( int id, string name ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

UserType() public method

public UserType ( ) : System
return System

UserType() public method

public UserType ( int id, string name ) : System
id int
name string
return System