C# Class Interfaces.ICreditUnionFactory

Mostra file Open project: mitevpi/c-sharp-design-patterns

Public Methods

Method Description
CreateLoanAccount ( ) : ILoanAccount
CreateSavingsAccount ( ) : ISavingsAccount

Method Details

CreateLoanAccount() public abstract method

public abstract CreateLoanAccount ( ) : ILoanAccount
return ILoanAccount

CreateSavingsAccount() public abstract method

public abstract CreateSavingsAccount ( ) : ISavingsAccount
return ISavingsAccount