C# Class HarvestApiPoco.Service.HarvestPocoService

Mostrar archivo Open project: s1m0nj/Harvest-Service-for-.Net

Public Methods

Method Description
GetInvoices ( ) : IEnumerable
GetProjects ( ) : IEnumerable
HarvestPocoService ( HarvestConnection harvestConnection ) : System

Method Details

GetInvoices() public method

public GetInvoices ( ) : IEnumerable
return IEnumerable

GetProjects() public method

public GetProjects ( ) : IEnumerable
return IEnumerable

HarvestPocoService() public method

public HarvestPocoService ( HarvestConnection harvestConnection ) : System
harvestConnection HarvestApi.Service.HarvestConnection
return System