Table of Contents

Class ContentAuditLogToContentAuditLogDtoExtentions

Namespace
Biwen.QuickApi.Contents.Domain
Assembly
Biwen.QuickApi.Contents.dll
public static class ContentAuditLogToContentAuditLogDtoExtentions
Inheritance
ContentAuditLogToContentAuditLogDtoExtentions
Inherited Members

Methods

MapperToContentAuditLogDto(ContentAuditLog)

public static ContentAuditLogDto MapperToContentAuditLogDto(this ContentAuditLog model)

Parameters

model ContentAuditLog

Returns

ContentAuditLogDto

ProjectToContentAuditLogDto(IQueryable<ContentAuditLog>)

public static IQueryable<ContentAuditLogDto> ProjectToContentAuditLogDto(this IQueryable<ContentAuditLog> query)

Parameters

query IQueryable<ContentAuditLog>

Returns

IQueryable<ContentAuditLogDto>