Пример #1
0
 public EditModel(ITheaterData theaterData, IHtmlHelper htmlHelper)
 {
     this.theaterData = theaterData;
     this.htmlHelper  = htmlHelper;
 }
Пример #2
0
 public DetailModel(ITheaterData theaterData)
 {
     this.theaterData = theaterData;
 }
Пример #3
0
 public ListModel(IConfiguration congif, ITheaterData theaterData)
 {
     this.congif      = congif;
     this.theaterData = theaterData;
 }