C# 클래스 ProjektMVP.Controllers.DaneRezerwacjiController

상속: Controller, IDaneRezerwacjiPresenter
파일 보기 프로젝트 열기: maciok/InzynieriaOprogramowania

공개 메소드들

메소드 설명
DaneRezerwacjiController ( ) : ProjektMVP.Controllers.Interfaces
Drukuj ( PlatnoscEntity platnosc ) : void
FormatTxt ( PlatnoscEntity platnosc ) : string
ZaksiegujPlatnosc ( PlatnoscEntity platnosc ) : bool
ZapiszDoPliku ( PlatnoscEntity platnosc, PlatnoscFormatZapisu format ) : string

비공개 메소드들

메소드 설명
PrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult
WyswietlPrzedluzPobyt ( RezerwacjaPrzedluzPobytDTO dto ) : System.Web.Mvc.ActionResult

메소드 상세

DaneRezerwacjiController() 공개 메소드

public DaneRezerwacjiController ( ) : ProjektMVP.Controllers.Interfaces
리턴 ProjektMVP.Controllers.Interfaces

Drukuj() 공개 메소드

public Drukuj ( PlatnoscEntity platnosc ) : void
platnosc PlatnoscEntity
리턴 void

FormatTxt() 공개 메소드

public FormatTxt ( PlatnoscEntity platnosc ) : string
platnosc PlatnoscEntity
리턴 string

ZaksiegujPlatnosc() 공개 메소드

public ZaksiegujPlatnosc ( PlatnoscEntity platnosc ) : bool
platnosc PlatnoscEntity
리턴 bool

ZapiszDoPliku() 공개 메소드

public ZapiszDoPliku ( PlatnoscEntity platnosc, PlatnoscFormatZapisu format ) : string
platnosc PlatnoscEntity
format PlatnoscFormatZapisu
리턴 string