示例#1
0
 public ElasticTitleIndex Post(ElasticTitleIndex t)
 {
     ElasticSearch.Index(t);
     return(t);
 }