示例#1
0
 public void CreateUser([FromBody] dynamic model)
 {
     _impl.CreateUser((string)model.authenticationCookie, (string)model.userName, (string)model.password, (string)model.userType, null);
 }