Method | Description | |
---|---|---|
AddStackEvent ( StackEvent entity ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteStackEvent ( StackEvent entity ) : bool | ||
Dispose ( ) : void | ||
EditStackEvent ( StackEvent entity ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : StackEvent | ||
GetAllStackEvent ( ) : List |
||
GetAllStackEvents ( UserProfile user ) : List |
||
GetAllStackEventsByStoreIdStackId ( UserProfile user, int StackId, int StoreId ) : List |
||
StackEventService ( IUnitOfWork unitOfWork ) : System |
public AddStackEvent ( StackEvent entity ) : bool | ||
entity | StackEvent | |
return | bool |
public DeleteStackEvent ( StackEvent entity ) : bool | ||
entity | StackEvent | |
return | bool |
public EditStackEvent ( StackEvent entity ) : bool | ||
entity | StackEvent | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public GetAllStackEvents ( UserProfile user ) : List |
||
user | UserProfile | |
return | List |
public GetAllStackEventsByStoreIdStackId ( UserProfile user, int StackId, int StoreId ) : List |
||
user | UserProfile | |
StackId | int | |
StoreId | int | |
return | List |
public StackEventService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |