Beispiel #1
0
 //GERAL
 public void Add <T>(T entity) where T : class
 {
     Context.Add(entity);
 }