コード例 #1
0
 public IHttpActionResult addNewUser(AppUserTable appUser)
 {
     appUserService.Create(appUser);
     return(Ok());
 }