C# Class FRS.Web.ModelMappers.EmployeeMapper

Afficher le fichier Open project: innoist/GF-FRS

Méthodes publiques

Méthode Description
CreateFromClientToServer ( this source ) : FRS.Models.DomainModels.Employee
CreateFromServerToClient ( this source ) : Employee

Method Details

CreateFromClientToServer() public static méthode

public static CreateFromClientToServer ( this source ) : FRS.Models.DomainModels.Employee
source this
Résultat FRS.Models.DomainModels.Employee

CreateFromServerToClient() public static méthode

public static CreateFromServerToClient ( this source ) : Employee
source this
Résultat FRS.Web.Models.Employee