Beispiel #1
0
 public void Create(T entity)
 {
     utw.GetRepository <T>().Add(entity);
 }