@model NP.Model.VMCC
읽지않은 쪽지가 @Model.Memos.Where(w => w.isread < 1).Count()통 있습니다.(전체 받은 쪽지: @Model.Memos.Count()통)
선택삭제 전체삭제 쪽지발송
@foreach (var item in Model.Memos) { }
열람 보낸사람 제목 받은날짜
@item.sendusername (@(item.email ?? "-")) @item.mtitle @item.cdtymdhms
@Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount)
@Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
@section styles{ } @section scriptsHeader{ } @section scripts{ }