C# Class Interfaces.ICreditUnionFactory

Afficher le fichier Open project: mitevpi/c-sharp-design-patterns

Méthodes publiques

Méthode Description
CreateLoanAccount ( ) : ILoanAccount
CreateSavingsAccount ( ) : ISavingsAccount

Method Details

CreateLoanAccount() public abstract méthode

public abstract CreateLoanAccount ( ) : ILoanAccount
Résultat ILoanAccount

CreateSavingsAccount() public abstract méthode

public abstract CreateSavingsAccount ( ) : ISavingsAccount
Résultat ISavingsAccount