C# Class CQRSMicroservices.Framework.QueryRepository

Afficher le fichier Open project: AFASResearch/CQRS-Playground Class Usage Examples

Méthodes publiques

Méthode Description
Add ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task
Get ( System.Guid id ) : Task
Update ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task

Method Details

Add() public méthode

public Add ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task
id System.Guid
jObject Newtonsoft.Json.Linq.JObject
Résultat System.Threading.Tasks.Task

Get() public méthode

public Get ( System.Guid id ) : Task
id System.Guid
Résultat Task

Update() public méthode

public Update ( System.Guid id, Newtonsoft.Json.Linq.JObject jObject ) : System.Threading.Tasks.Task
id System.Guid
jObject Newtonsoft.Json.Linq.JObject
Résultat System.Threading.Tasks.Task