Exemplo n.º 1
0
 public AspNetUsers Details(string id)
 {
     return(_accountDal.GetData(id));
 }