示例#1
0
 public EditProfileController(IEditProfileService service)
 {
     this.service = service;
 }
 public EditProfileController(IEditProfileService editProfileService)
 {
     this.editProfileService = editProfileService;
 }