예제 #1
0
 public int EditUserParam(UserParamDto dto)
 {
     return(Edit(UserParamDtoMapper.To(dto)));
 }
예제 #2
0
 public int AddUserParam(UserParamDto dto)
 {
     return(Add(UserParamDtoMapper.To(dto)));
 }