Beispiel #1
0
 public UserStatus GetByID(int id)
 {
     return(repo.GetByID(id));
 }