コード例 #1
0
 private FilterResult(FilterResultType resultType)
 {
     _resultType = resultType;
 }
コード例 #2
0
 private FilterResult(FilterResultType resultType)
 {
     _resultType = resultType;
 }
コード例 #3
0
ファイル: UserSeesionAttribute.cs プロジェクト: mdmdlna/Exam
 public UserSeesionAttribute()
 {
     _resultType = FilterResultType.ResultJson;
 }
コード例 #4
0
 public AdminSeesionAttribute()
 {
     _resultType = FilterResultType.ResultJson;
 }