Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public void AddAddressToUser( string actingUserName, int userID, Address address )
Parameters
- actingUserName
- Type: SystemString
- userID
- Type: SystemInt32
- address
- Type: RainWorx.FrameWorx.DTOAddress
Implements
IUserServiceAddAddressToUser(String, Int32, Address)See Also