示例#1
0
 public int InsertIDENTITYWithTransaction(T obj, IFactory factory)
 {
     return(dal.InsertIDENTITYWithTransaction(obj, factory));
 }