Beispiel #1
0
 public void Insert(data.Objects.AspNetUser t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }