Example #1
0
 public int InsertIDENTITY(T obj)
 {
     return(dal.InsertIDENTITY(obj));
 }