C# Class HaloShare.Services.ReportService

Inheritance: BaseService
Afficher le fichier Open project: ElDewrito/HaloShare

Méthodes publiques

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

Method Details

AddReport() public méthode

public AddReport ( Models model ) : void
model Models
Résultat void

Get() public méthode

public Get ( int id ) : Models.Report
id int
Résultat Models.Report

GetReports() public méthode

public GetReports ( bool handled ) : IEnumerable
handled bool
Résultat IEnumerable