C# Class ProjektMVP.Controllers.DaneRezerwacjiController

Inheritance: Controller, IDaneRezerwacjiPresenter
Exibir arquivo Open project: maciok/InzynieriaOprogramowania

Public Methods

Method 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

Method Description
PrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult
WyswietlPrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult

Method Details

DaneRezerwacjiController() public method

public DaneRezerwacjiController ( ) : ProjektMVP.Controllers.Interfaces
return ProjektMVP.Controllers.Interfaces

Drukuj() public method

public Drukuj ( PlatnoscEntity platnosc ) : void
platnosc PlatnoscEntity
return void

FormatTxt() public method

public FormatTxt ( PlatnoscEntity platnosc ) : string
platnosc PlatnoscEntity
return string

ZaksiegujPlatnosc() public method

public ZaksiegujPlatnosc ( PlatnoscEntity platnosc ) : bool
platnosc PlatnoscEntity
return bool

ZapiszDoPliku() public method

public ZapiszDoPliku ( PlatnoscEntity platnosc, PlatnoscFormatZapisu format ) : string
platnosc PlatnoscEntity
format PlatnoscFormatZapisu
return string