C# Class com.Sconit.Service.Transportation.Impl.ExpenseBaseMgr

Inheritance: SessionBase, IExpenseBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IExpenseDao

Public Methods

Method Description
ExpenseBaseMgr ( IExpenseDao entityDao ) : System

Private Methods

Method Description
CreateExpense ( Expense entity ) : void
DeleteExpense ( Expense entity ) : void
DeleteExpense ( IList entityList ) : void
DeleteExpense ( IList pkList ) : void
DeleteExpense ( String code ) : void
GetAllExpense ( ) : IList
LoadExpense ( String code ) : Expense
UpdateExpense ( Expense entity ) : void

Method Details

ExpenseBaseMgr() public method

public ExpenseBaseMgr ( IExpenseDao entityDao ) : System
entityDao IExpenseDao
return System

Property Details

entityDao protected property

protected IExpenseDao entityDao
return IExpenseDao