Exemple #1
0
 public IndexModel(IGetAllPhotosQuery getAllPhotosQuery, IGetAllVediosQuery getAllVediosQuery, LocService SharedLocalizer)
 {
     this.getAllPhotosQuery = getAllPhotosQuery;
     this.getAllVediosQuery = getAllVediosQuery;
     this.SharedLocalizer   = SharedLocalizer;
 }
Exemple #2
0
 public EventsVediosModel(IGetAllVediosQuery getAllVediosQuery)
 {
     this.getAllVediosQuery = getAllVediosQuery;
 }