C# Class Restaurant.Model.RestaurantApiExtensions

Afficher le fichier Open project: Jurabek/Restaurant

Méthodes publiques

Méthode Description
GetFoods ( this This ) : Task>
GetToken ( this This, string email, string password ) : Task
GetUserInfo ( this This ) : Task
Regester ( this This, string name, string email, string password, string confirmPassword ) : Task
Values ( this This ) : Task

Method Details

GetFoods() public static méthode

public static GetFoods ( this This ) : Task>
This this
Résultat Task>

GetToken() public static méthode

public static GetToken ( this This, string email, string password ) : Task
This this
email string
password string
Résultat Task

GetUserInfo() public static méthode

public static GetUserInfo ( this This ) : Task
This this
Résultat Task

Regester() public static méthode

public static Regester ( this This, string name, string email, string password, string confirmPassword ) : Task
This this
name string
email string
password string
confirmPassword string
Résultat Task

Values() public static méthode

public static Values ( this This ) : Task
This this
Résultat Task