C# Class Api.Controllers.ReportController

Inheritance: Api.Controllers.ApiController
Afficher le fichier Open project: os2indberetning/os2_app_webapi

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Post ( DriveObject driveObject ) : IHttpActionResult
ReportController ( IUnitOfWork uow, IGenericRepository driveReportRepo, IGenericRepository authRepo ) : System

Method Details

Post() public méthode

public Post ( DriveObject driveObject ) : IHttpActionResult
driveObject DriveObject
Résultat IHttpActionResult

ReportController() public méthode

public ReportController ( IUnitOfWork uow, IGenericRepository driveReportRepo, IGenericRepository authRepo ) : System
uow IUnitOfWork
driveReportRepo IGenericRepository
authRepo IGenericRepository
Résultat System