Search Results for

    Show / Hide Table of Contents

    Interface IEventTemplateRepository

    Namespace: OEMS.Core.Domain.RepoInterfaces
    Assembly: OEMS.Core.dll
    Syntax
    public interface IEventTemplateRepository

    Methods

    AddAsync(EventTemplate)

    Declaration
    Task AddAsync(EventTemplate entity)
    Parameters
    Type Name Description
    EventTemplate entity
    Returns
    Type Description
    Task

    GetByIdAsync(Guid)

    Declaration
    Task<EventTemplate?> GetByIdAsync(Guid id)
    Parameters
    Type Name Description
    Guid id
    Returns
    Type Description
    Task<EventTemplate>

    GetEventTemplatesByOrganizationIdAsync(Guid)

    Declaration
    Task<List<EventTemplate>> GetEventTemplatesByOrganizationIdAsync(Guid organizationId)
    Parameters
    Type Name Description
    Guid organizationId
    Returns
    Type Description
    Task<List<EventTemplate>>

    Remove(EventTemplate)

    Declaration
    void Remove(EventTemplate entity)
    Parameters
    Type Name Description
    EventTemplate entity

    SaveChangesAsync()

    Declaration
    Task SaveChangesAsync()
    Returns
    Type Description
    Task
    In this article
    Back to top Generated by DocFX