C# Class WebApplication2.Presenters.NewPagePresenter

Afficher le fichier Open project: skalinets/TddSamples Class Usage Examples

Méthodes publiques

Méthode Description
Calculate ( string numbers ) : void
NewPagePresenter ( INewPageView view ) : WebApplication2.Logic

Method Details

Calculate() public méthode

public Calculate ( string numbers ) : void
numbers string
Résultat void

NewPagePresenter() public méthode

public NewPagePresenter ( INewPageView view ) : WebApplication2.Logic
view INewPageView
Résultat WebApplication2.Logic