Exemple #1
0
 public EntityStream Update(EntityStream entity)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Task <EntityStream> UpdateAsync(EntityStream entity)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void Delete(EntityStream entity)
 {
     throw new NotImplementedException();
 }