Exemplo n.º 1
0
 public MemberController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 2
0
 public ArticleController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 3
0
 public SkinCareController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 4
0
 public FranchiseeController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 5
0
 public HomeController(ISettingService settingService,
                       IJLService jlService)
 {
     this.settingService = settingService;
     this.jlService      = jlService;
 }
Exemplo n.º 6
0
 public ViewDataHelper(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 7
0
 public TeamController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 8
0
 public MaterialController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 9
0
 public PartialViewController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 10
0
 public ProductController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 11
0
 public CategoryController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 12
0
 public BannerController(IJLService jlService)
 {
     this.jlService = jlService;
 }
Exemplo n.º 13
0
 public JoinController(IJLService jlService)
 {
     this.jlService = jlService;
 }