/// <summary>
 /// Collection of "account" methods
 /// </summary>
 /// <param name="cinemate">instance of <see cref="Cinemate"/>, with prepared preferences</param>
 public AccountMethods(Cinemate cinemate)
 {
     _cinemate = cinemate;
 }
Beispiel #2
0
 /// <summary>
 /// Collection of "movie" methods
 /// </summary>
 /// <param name="cinemate">instance of <see cref="Cinemate"/>, with prepared preferences</param>
 public MovieMethods(Cinemate cinemate)
 {
     _cinemate = cinemate;
 }
 /// <summary>
 /// /// Collection of "person" methods
 /// </summary>
 /// <param name="cinemate">instance of <see cref="Cinemate"/>, with prepared preferences</param>
 public PersonMethods(Cinemate cinemate)
 {
     _cinemate = cinemate;
 }