C# Класс BudgetAnalyser.Engine.Statement.InMemoryTransactionTypeRepository

Наследование: ITransactionTypeRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
GetOrCreateNew ( string name ) : TransactionType

Gets or creates a TransactionType based on the name provided.

Описание методов

GetOrCreateNew() публичный Метод

Gets or creates a TransactionType based on the name provided.
public GetOrCreateNew ( string name ) : TransactionType
name string
Результат TransactionType