Example #1
0
 public void GetGenres(ref string show, ref string hide)
 {
     ShowTypeGenre.GetValues(ref show, ref hide);
 }
Example #2
0
 public bool?ShowGenres(string[] genres)
 {
     return(ShowTypeGenre.ShowValue(genres));
 }
Example #3
0
 public void SetGenres(string show, string hide)
 {
     ShowTypeGenre.SetValues(show, hide);
 }