示例#1
0
 public bool Create(T entity)
 {
     return(helper.Create(entity));
 }