コード例 #1
0
 public ProfileService(IProfileUnitOfWork profileUOW)
 {
     _profileUOW = profileUOW;
 }
コード例 #2
0
 public ProfileManagementService(IProfileUnitOfWork profileUOW)
 {
     _profileUOW = profileUOW;
 }