Exemplo n.º 1
0
 public int EditUserParam(UserParamDto dto)
 {
     return(Edit(UserParamDtoMapper.To(dto)));
 }
Exemplo n.º 2
0
 public int AddUserParam(UserParamDto dto)
 {
     return(Add(UserParamDtoMapper.To(dto)));
 }