C# Class Affecto.PositiveFeedback.EmployeeSynchronization.Controller

Afficher le fichier Open project: affecto/positiivisen-palautteen-keha Class Usage Examples

Méthodes publiques

Méthode Description
Controller ( IFeedbackRepository feedbackRepository, IEmployeeRepository employeeRepository ) : System
Synchronize ( ) : void

Private Methods

Méthode Description
AddOrUpdateEmployee ( System.Guid id, string lastName, string firstName, string title, string location, string organization, string subOrganization, byte picture ) : void

Method Details

Controller() public méthode

public Controller ( IFeedbackRepository feedbackRepository, IEmployeeRepository employeeRepository ) : System
feedbackRepository IFeedbackRepository
employeeRepository IEmployeeRepository
Résultat System

Synchronize() public méthode

public Synchronize ( ) : void
Résultat void