Search Results for

    Show / Hide Table of Contents

    Class InsuranceTypeService

    Inheritance
    System.Object
    InsuranceTypeService
    Implements
    IInsuranceTypeService
    IInsuranceTypeRepository
    IRepositoryBase<System.Guid, InsuranceType>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class InsuranceTypeService : IInsuranceTypeService, IInsuranceTypeRepository

    Constructors

    | Improve this Doc View Source

    InsuranceTypeService(IInsuranceTypeRepository)

    Declaration
    public InsuranceTypeService(IInsuranceTypeRepository insuranceTypeRepository)
    Parameters
    Type Name Description
    IInsuranceTypeRepository insuranceTypeRepository

    Methods

    | Improve this Doc View Source

    Delete(InsuranceType)

    Declaration
    public bool Delete(InsuranceType obj)
    Parameters
    Type Name Description
    InsuranceType obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Delete(Guid)

    Declaration
    public bool Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Get(Guid)

    Declaration
    public InsuranceType Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    InsuranceType
    | Improve this Doc View Source

    GetAll()

    Declaration
    public IEnumerable<InsuranceType> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<InsuranceType>
    | Improve this Doc View Source

    Save(InsuranceType)

    Declaration
    public bool Save(InsuranceType obj)
    Parameters
    Type Name Description
    InsuranceType obj
    Returns
    Type Description
    System.Boolean

    Implements

    IInsuranceTypeService
    IInsuranceTypeRepository
    IRepositoryBase<, >
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx