예제 #1
0
 public data.Objects.AspNetUser GetOneByIdString(string id)
 {
     return(_repo.GetOneByIdString(id));
 }