コード例 #1
0
 public MenuService(WebEntityModel context, IUserService userService)
 {
     _context     = context;
     _userService = userService;
 }
コード例 #2
0
 public SettingService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #3
0
 public PageComponentService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #4
0
 public PostCommentService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #5
0
 public LoginService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #6
0
 public TokenService(WebEntityModel context, IUserService userService, IRegistrationService registrationService)
 {
     _context             = context;
     _userService         = userService;
     _registartionService = registrationService;
 }
コード例 #7
0
 public RegistrationService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #8
0
 public PostCategoryService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #9
0
 public ImageService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #10
0
 public PageSectionTypeService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #11
0
 public UserService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #12
0
 public RoleService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #13
0
 public MenuItemService(WebEntityModel context)
 {
     _context = context;
 }
コード例 #14
0
 public CopyService(WebEntityModel context)
 {
     _context = context;
 }