C# Class Api.Controllers.SubmitDriveController

Inheritance: Api.Controllers.ApiController
Datei anzeigen Open project: os2indberetning/os2_app_webapi

Private Properties

Property Type Description

Public Methods

Method Description
Post ( DriveObject driveObject ) : IHttpActionResult
SubmitDriveController ( IUnitOfWork uow, IGenericRepository rateRepo, IGenericRepository driveReportRepo, IGenericRepository tokenRepo ) : System

Method Details

Post() public method

public Post ( DriveObject driveObject ) : IHttpActionResult
driveObject DriveObject
return IHttpActionResult

SubmitDriveController() public method

public SubmitDriveController ( IUnitOfWork uow, IGenericRepository rateRepo, IGenericRepository driveReportRepo, IGenericRepository tokenRepo ) : System
uow IUnitOfWork
rateRepo IGenericRepository
driveReportRepo IGenericRepository
tokenRepo IGenericRepository
return System