C# Class BudgetAnalyser.Engine.Statement.InMemoryTransactionTypeRepository

Inheritance: ITransactionTypeRepository
Mostrar archivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
GetOrCreateNew ( string name ) : TransactionType

Gets or creates a TransactionType based on the name provided.

Method Details

GetOrCreateNew() public method

Gets or creates a TransactionType based on the name provided.
public GetOrCreateNew ( string name ) : TransactionType
name string
return TransactionType