Example #1
0
 public virtual TObject Add(TObject myObject)
 {
     return(business.Add <TObject>(myObject));
 }