Beispiel #1
0
 public UserIndexApiModel GetIndex(int userId)
 {
     return(_userRespository.GetIndex(userId));
 }