C# Class Api.Controllers.SyncWithTokenController

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Post ( TokenViewModel obj ) : IHttpActionResult
SyncWithTokenController ( IUnitOfWork uow, IGenericRepository rateRepo, IGenericRepository profileRepo, IGenericRepository tokenRepo ) : System.Collections.Generic

Method Details

Post() public méthode

public Post ( TokenViewModel obj ) : IHttpActionResult
obj Api.Models.TokenViewModel
Résultat IHttpActionResult

SyncWithTokenController() public méthode

public SyncWithTokenController ( IUnitOfWork uow, IGenericRepository rateRepo, IGenericRepository profileRepo, IGenericRepository tokenRepo ) : System.Collections.Generic
uow IUnitOfWork
rateRepo IGenericRepository
profileRepo IGenericRepository
tokenRepo IGenericRepository
Résultat System.Collections.Generic