C# Class HotelManagement.Models.UserType

Afficher le fichier Open project: avdevelop/hotelmanagement

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

UserType() public méthode

public UserType ( ) : System
Résultat System

UserType() public méthode

public UserType ( int id, string name ) : System
id int
name string
Résultat System