Esempio n. 1
0
 public T Add <T>(T t) where T : class, new()
 {
     return(connection.AddModel(t));
 }