Method | Description | |
---|---|---|
AddTransactionGroup ( TransactionGroup entity ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteTransactionGroup ( TransactionGroup entity ) : bool | ||
Dispose ( ) : void | ||
EditTransactionGroup ( TransactionGroup entity ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : TransactionGroup | ||
GetAllTransactionGroup ( ) : List |
||
GetLastTrasactionGroupId ( ) : System.Guid | ||
TransactionGroupService ( IUnitOfWork unitOfWork ) : System |
public AddTransactionGroup ( TransactionGroup entity ) : bool | ||
entity | TransactionGroup | |
return | bool |
public DeleteTransactionGroup ( TransactionGroup entity ) : bool | ||
entity | TransactionGroup | |
return | bool |
public EditTransactionGroup ( TransactionGroup entity ) : bool | ||
entity | TransactionGroup | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : TransactionGroup | ||
id | int | |
return | TransactionGroup |
public GetLastTrasactionGroupId ( ) : System.Guid | ||
return | System.Guid |
public TransactionGroupService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |