C# Class ProfileService.ProfileService

Inheritance: IProfileService
Datei anzeigen Open project: nazeemkhan77/eCommerceSoa

Public Methods

Method Description
CreateUserProfile ( ) : void
GetUserProfile ( ) : void
RemoveUserProfile ( ) : void
UpdateUserProfile ( ) : void

Method Details

CreateUserProfile() public method

public CreateUserProfile ( ) : void
return void

GetUserProfile() public method

public GetUserProfile ( ) : void
return void

RemoveUserProfile() public method

public RemoveUserProfile ( ) : void
return void

UpdateUserProfile() public method

public UpdateUserProfile ( ) : void
return void