コード例 #1
0
 public virtual Entity Create(string type, params object[] entityValues)
 {
     return(entityBase.Create(type, entityValues));
 }