public MainMenuViewComponent(eLibraryShopContext context)
 {
     this.context = context;
 }
예제 #2
0
 public GenresViewComponent(eLibraryShopContext context)
 {
     this.context = context;
 }