C# Class TheAirline.ViewModels.Airline.AirlineFinanceMVVM

Show file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AirlineFinanceMVVM ( Models airline, Invoice type ) : System
getCurrentMonthTotal ( ) : double
getLastMonthTotal ( ) : double
getYearToDateTotal ( ) : double

Method Details

AirlineFinanceMVVM() public method

public AirlineFinanceMVVM ( Models airline, Invoice type ) : System
airline Models
type TheAirline.Models.General.Finances.Invoice
return System

getCurrentMonthTotal() public method

public getCurrentMonthTotal ( ) : double
return double

getLastMonthTotal() public method

public getLastMonthTotal ( ) : double
return double

getYearToDateTotal() public method

public getYearToDateTotal ( ) : double
return double