示例#1
0
 public void Insert(CqlEntityBase entity, bool ifNotExists = false)
 {
 }
示例#2
0
 public void Delete(CqlEntityBase entity, bool ifNotExists = false)
 {
 }
示例#3
0
 public Task DeleteAsync(CqlEntityBase entity, bool ifNotExists = false)
 {
     return(null);
 }