public EfDeleteSeatCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfEditCountryCommand(EfCinemakContext context) : base(context)
 {
 }
Example #3
0
 public EfEditLanguageCommand(EfCinemakContext context) : base(context)
 {
 }
Example #4
0
 public EfGetProjectionsCommand(EfCinemakContext context) : base(context)
 {
 }
Example #5
0
 public EfAddSeatCommand(EfCinemakContext context) : base(context)
 {
 }
Example #6
0
 public EfGetActorsCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfGetCommentsCommand(EfCinemakContext context) : base(context)
 {
 }
Example #8
0
 public EfGetReservationCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfDeleteProjectionCommand(EfCinemakContext context) : base(context)
 {
 }
Example #10
0
 public EfEditProductionCommand(EfCinemakContext context) : base(context)
 {
 }
Example #11
0
 public EfGetLanguagesCommand(EfCinemakContext context) : base(context)
 {
 }
Example #12
0
 public EfDeleteCountryCommand(EfCinemakContext context) : base(context)
 {
 }
Example #13
0
 public EfDeletePosterCommand(EfCinemakContext context) : base(context)
 {
 }
Example #14
0
 public EfUseCaseLoggerCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfEditRatedCommand(EfCinemakContext context) : base(context)
 {
 }
Example #16
0
 public EfDeleteActorCommand(EfCinemakContext context) : base(context)
 {
 }
Example #17
0
 public EfAddHallCommand(EfCinemakContext context) : base(context)
 {
 }
Example #18
0
 public EfGetLogsCommand(EfCinemakContext context) : base(context)
 {
 }
Example #19
0
 public EfBaseCommand(EfCinemakContext context)
 {
     Context = context;
 }
Example #20
0
 public EfGetRatedsCommand(EfCinemakContext context) : base(context)
 {
 }
Example #21
0
 public EfActivateMovieCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfGetWriterCommand(EfCinemakContext context) : base(context)
 {
 }
Example #23
0
 public EfEditGenreCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfDeleteGenreCommand(EfCinemakContext context) : base(context)
 {
 }
Example #25
0
 public EfUpdateUserPasswordCommand(EfCinemakContext context) : base(context)
 {
 }
Example #26
0
 public EfAddActorCommand(EfCinemakContext context) : base(context)
 {
 }
Example #27
0
 public EfGetRoleCommand(EfCinemakContext context) : base(context)
 {
 }
 public EfGetGenresCommand(EfCinemakContext context) : base(context)
 {
 }
Example #29
0
 public EfLoginUserCommand(EfCinemakContext context) : base(context)
 {
 }
Example #30
0
 public EfGetCountriesCommand(EfCinemakContext context) : base(context)
 {
 }