C# Class ModernWebStore.Domain.Specs.OrderSpecs

Afficher le fichier Open project: andrebaltieri/mwa-api

Méthodes publiques

Méthode Description
GetCanceledOrders ( string email ) : bool>>.Expression
GetCreatedOrders ( string email ) : bool>>.Expression
GetDeliveredOrders ( string email ) : bool>>.Expression
GetOrderDetails ( int id, string email ) : bool>>.Expression
GetOrdersFromUser ( string email ) : bool>>.Expression
GetPaidOrders ( string email ) : bool>>.Expression

Method Details

GetCanceledOrders() public static méthode

public static GetCanceledOrders ( string email ) : bool>>.Expression
email string
Résultat bool>>.Expression

GetCreatedOrders() public static méthode

public static GetCreatedOrders ( string email ) : bool>>.Expression
email string
Résultat bool>>.Expression

GetDeliveredOrders() public static méthode

public static GetDeliveredOrders ( string email ) : bool>>.Expression
email string
Résultat bool>>.Expression

GetOrderDetails() public static méthode

public static GetOrderDetails ( int id, string email ) : bool>>.Expression
id int
email string
Résultat bool>>.Expression

GetOrdersFromUser() public static méthode

public static GetOrdersFromUser ( string email ) : bool>>.Expression
email string
Résultat bool>>.Expression

GetPaidOrders() public static méthode

public static GetPaidOrders ( string email ) : bool>>.Expression
email string
Résultat bool>>.Expression