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