IDataService<T> Interface

IDataService

Syntax

public interface IDataService<T> : IDataService where T : Dto

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T

Properties

Name Value Summary
ChangeSet IObservable<IChangeSet<T, Guid>>

Methods

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

Extension Methods