コード例 #1
0
    private string delete()
    {
        string ids = Request.Form["ids"];

        return(LeaveStockInfoManage.DeleteData(ids));
    }