C# Класс BloggingSystem.Services.DataMappers.CommentsMapper

Показать файл Открыть проект

Открытые методы

Метод Описание
ToEntity ( CommentModel commentModel, User author ) : Comment
ToModel ( Comment commentEntity ) : CommentModel

Описание методов

ToEntity() публичный статический Метод

public static ToEntity ( CommentModel commentModel, User author ) : Comment
commentModel BloggingSystem.DataTransferObjects.CommentModel
author BloggingSystem.Models.User
Результат BloggingSystem.Models.Comment

ToModel() публичный статический Метод

public static ToModel ( Comment commentEntity ) : CommentModel
commentEntity BloggingSystem.Models.Comment
Результат BloggingSystem.DataTransferObjects.CommentModel