IDataService Interface

IDataService

Syntax

public interface IDataService

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
Create(object) IObservable<Unit>
Delete(Guid) IObservable<Unit>
Delete(object) IObservable<Unit>
Read() IObservable<object>
Read(Guid) IObservable<object>
Update(object) IObservable<Unit>

Extension Methods