コード例 #1
0
 private static void AssertSuccessKey(this ITempDataDictionary tempData)
 => tempData.AssertKey(WebConstants.TempDataSuccessMessageKey);
コード例 #2
0
 private static void AssertErrorKey(this ITempDataDictionary tempData)
 => tempData.AssertKey(WebConstants.TempDataErrorMessageKey);