コード例 #1
0
ファイル: DayList.cshtml.cs プロジェクト: Rusmirnator/YAWYE
 public void OnGet()
 {
     Days = dayData.GetAllByOwner(User.Identity.Name);
 }