1234567891011121314151617181920212223242526272829303132333435 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- namespace KJH55128_Rec.ViewModels
- {
- public class PalyRuleModel
- {
-
-
-
- public string LotteryName { get; set; }
-
-
-
-
- public string Gameplay { get; set; }
-
-
-
-
- public string LotteryRule { get; set; }
-
-
-
-
- public string LotteryTime { get; set; }
-
-
-
-
- public string Winning { get; set; }
- }
- }
|