C# Class ProjektMVP.Controllers.DaneRezerwacjiController

Inheritance: Controller, IDaneRezerwacjiPresenter
Afficher le fichier Open project: maciok/InzynieriaOprogramowania

Méthodes publiques

Méthode Description
DaneRezerwacjiController ( ) : ProjektMVP.Controllers.Interfaces
Drukuj ( PlatnoscEntity platnosc ) : void
FormatTxt ( PlatnoscEntity platnosc ) : string
ZaksiegujPlatnosc ( PlatnoscEntity platnosc ) : bool
ZapiszDoPliku ( PlatnoscEntity platnosc, PlatnoscFormatZapisu format ) : string

Private Methods

Méthode Description
PrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult
WyswietlPrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult

Method Details

DaneRezerwacjiController() public méthode

public DaneRezerwacjiController ( ) : ProjektMVP.Controllers.Interfaces
Résultat ProjektMVP.Controllers.Interfaces

Drukuj() public méthode

public Drukuj ( PlatnoscEntity platnosc ) : void
platnosc PlatnoscEntity
Résultat void

FormatTxt() public méthode

public FormatTxt ( PlatnoscEntity platnosc ) : string
platnosc PlatnoscEntity
Résultat string

ZaksiegujPlatnosc() public méthode

public ZaksiegujPlatnosc ( PlatnoscEntity platnosc ) : bool
platnosc PlatnoscEntity
Résultat bool

ZapiszDoPliku() public méthode

public ZapiszDoPliku ( PlatnoscEntity platnosc, PlatnoscFormatZapisu format ) : string
platnosc PlatnoscEntity
format PlatnoscFormatZapisu
Résultat string