Exemplo n.º 1
0
 public void Populate(Raw_AniDB_Category rawCat)
 {
     this.CategoryID          = rawCat.CategoryID;
     this.CategoryDescription = rawCat.CategoryDescription;
     this.CategoryName        = rawCat.CategoryName;
     this.IsHentai            = rawCat.IsHentai;
     this.ParentID            = rawCat.ParentID;
 }
Exemplo n.º 2
0
 public void Populate(Raw_AniDB_Category rawCat)
 {
     this.AnimeID    = rawCat.AnimeID;
     this.CategoryID = rawCat.CategoryID;
     this.Weighting  = rawCat.Weighting;
 }