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