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