示例#1
0
 public int AddOrUpdate(T entity)
 {
     return(dal.AddOrUpdate(entity));
 }