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