메소드 | 설명 | |
---|---|---|
CreateRechargeAccount ( ) : System.Web.Mvc.ActionResult | ||
CreateUser ( ) : System.Web.Mvc.ActionResult | ||
EditRechargeAccount ( int id ) : System.Web.Mvc.ActionResult | ||
EditUser ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
PIController ( IRepositoryFactory repositoryFactory ) : System.Collections.Generic | ||
RechargeAccounts ( ) : System.Web.Mvc.ActionResult | ||
Users ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
CreateRechargeAccount ( RechargeAccount rechargeAccount ) : System.Web.Mvc.ActionResult | ||
CreateUser ( User user, string password, string retypePassword ) : System.Web.Mvc.ActionResult | ||
EditRechargeAccount ( int id, RechargeAccount rechargeAccount ) : System.Web.Mvc.ActionResult | ||
EditUser ( int id, User user, string password, string retypePassword ) : System.Web.Mvc.ActionResult | ||
UpdateRechargeAccounts ( IList |
Reconciles the list and makes sure that the updated list is the correct one written
|
public CreateRechargeAccount ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public CreateUser ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public EditRechargeAccount ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public EditUser ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |
public PIController ( IRepositoryFactory repositoryFactory ) : System.Collections.Generic | ||
repositoryFactory | IRepositoryFactory | |
리턴 | System.Collections.Generic |
public RechargeAccounts ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |