C# Class HaloShare.Services.ReportService

Inheritance: BaseService
显示文件 Open project: ElDewrito/HaloShare

Public Methods

Method Description
AddReport ( Models model ) : void
Get ( int id ) : Models.Report
GetReports ( bool handled ) : IEnumerable

Method Details

AddReport() public method

public AddReport ( Models model ) : void
model Models
return void

Get() public method

public Get ( int id ) : Models.Report
id int
return Models.Report

GetReports() public method

public GetReports ( bool handled ) : IEnumerable
handled bool
return IEnumerable