C# 클래스 reExp.Controllers.users.UsersController

상속: Controller
파일 보기 프로젝트 열기: ren85/rextester_win

공개 메소드들

메소드 설명
GetUserWallsCode ( UserWallData data ) : System.Web.Mvc.ViewResult
Index ( UsersWallsData data ) : System.Web.Mvc.ActionResult
RemoveItem ( int id, int wall_id ) : string

메소드 상세

GetUserWallsCode() 공개 메소드

public GetUserWallsCode ( UserWallData data ) : System.Web.Mvc.ViewResult
data UserWallData
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

public Index ( UsersWallsData data ) : System.Web.Mvc.ActionResult
data UsersWallsData
리턴 System.Web.Mvc.ActionResult

RemoveItem() 공개 메소드

public RemoveItem ( int id, int wall_id ) : string
id int
wall_id int
리턴 string