コード例 #1
0
        public Supportfilm GetModel()
        {
            Supportfilm _result = new Supportfilm();

            _result.id = this.id;
            _result.type = this.type;

            return _result;
        }
コード例 #2
0
 public SupportFilmBU(Supportfilm supportFilm)
 {
     this.id = supportFilm.id;
     this.type = supportFilm.type;
 }