コード例 #1
0
ファイル: JwtHelper.cs プロジェクト: tangningkun/Lightning
 public JwtHelper(ApiConfigurtaionServices apiConfigurtaion)
 {
     _apiConfigurtaion = apiConfigurtaion;
 }
コード例 #2
0
 public LightningController(IDepartmentAppService departmentAppService, IUserAppService userAppService, ApiConfigurtaionServices apiConfigurtaion)
 {
     _departmentAppService = departmentAppService;
     _userAppService       = userAppService;
     _apiConfigurtaion     = apiConfigurtaion;
 }