コード例 #1
0
        public new Stat_Club ToEntity()
        {
            var stat = new Stat_Club();

            stat.Stat      = base.ToEntity();
            stat.Stat.Type = (int)StatType.Club;
            stat.ClubId    = ClubId;

            return(stat);
        }
コード例 #2
0
 public StatClubDto(Stat_Club dbo) : base(dbo.Stat)
 {
     ClubId = dbo.Club.Id;
 }