コード例 #1
0
 public JsonResult GetUserType()
 {
     return(Json(_userManageService.GetUserType()));
 }