C# Class ModernWebStore.Domain.Specs.OrderSpecs

Datei anzeigen Open project: andrebaltieri/mwa-api

Public Methods

Method 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 method

public static GetCanceledOrders ( string email ) : bool>>.Expression
email string
return bool>>.Expression

GetCreatedOrders() public static method

public static GetCreatedOrders ( string email ) : bool>>.Expression
email string
return bool>>.Expression

GetDeliveredOrders() public static method

public static GetDeliveredOrders ( string email ) : bool>>.Expression
email string
return bool>>.Expression

GetOrderDetails() public static method

public static GetOrderDetails ( int id, string email ) : bool>>.Expression
id int
email string
return bool>>.Expression

GetOrdersFromUser() public static method

public static GetOrdersFromUser ( string email ) : bool>>.Expression
email string
return bool>>.Expression

GetPaidOrders() public static method

public static GetPaidOrders ( string email ) : bool>>.Expression
email string
return bool>>.Expression