示例#1
0
 public PM_ProjectController(IPM_ProjectService _PM_ProjectService, IPM_ComponentService _PM_ComponentService, IPM_WorkService _PM_WorkService, ISY_UserService _SY_UserService, IOS_PlayerService _OS_PlayerService, IReminderService _ReminderService)
 {
     this._PM_ProjectService   = _PM_ProjectService;
     this._PM_ComponentService = _PM_ComponentService;
     this._PM_WorkService      = _PM_WorkService;
     this._SY_UserService      = _SY_UserService;
     this._OS_PlayerService    = _OS_PlayerService;
     this._ReminderService     = _ReminderService;
 }
 public PM_WorkUserViewComponent(IHttpContextAccessor HttpContextAccessor, IPM_WorkService _PM_WorkService, ISY_UserService _SY_UserService)
 {
     this.HttpContextAccessor = HttpContextAccessor;
     this._PM_WorkService     = _PM_WorkService;
     this._SY_UserService     = _SY_UserService;
 }