Example #1
0
 public string Put(string _id, UsuarioDataDTO value)
 {
     return(_usuarioBD.PutUsuario(_id, value));
 }