Beispiel #1
0
 public Task <int> CreateEntity(string type, JObject attributes)
 {
     return(_source.CreateEntity(type, attributes));
 }