Exemple #1
0
 public User GetDatabyID(string id)
 {
     return(_userBusiness.GetDatabyID(id));
 }