Example #1
0
 public T Insert(T item)
 {
     return(db.Insert(item));
 }