Table of Contents

Class PersonStore

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public static class PersonStore
Inheritance
PersonStore
Inherited Members

Methods

Delete(Guid, Guid)

public static void Delete(Guid userId, Guid organizationId)

Parameters

userId Guid
organizationId Guid

Initialize(ICommander)

public static void Initialize(ICommander commander)

Parameters

commander ICommander

Insert(QPerson)

public static void Insert(QPerson person)

Parameters

person QPerson

Update(QPerson)

public static void Update(QPerson person)

Parameters

person QPerson