コード例 #1
0
ファイル: BaseController.cs プロジェクト: edgecomputing/cats
 public BaseController(IUserProfileService userProfileService)
 {
     UserProfileService = userProfileService;
 }
コード例 #2
0
 public BaseController(IUserProfileService userProfileService)
 {
     UserProfileService = userProfileService;
 }