예제 #1
0
 public IList <UserParamDto> GetAllUserParams()
 {
     return(UserParamDtoMapper.From(GetAll()));
 }
예제 #2
0
 public UserParamDto GetUserParam(long id)
 {
     return(UserParamDtoMapper.From(Get(id)));
 }