Initializes a new instance of the UserProfileWrapper class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public UserProfileWrapper(
	IUser user
)
Visual Basic
Public Sub New ( _
	user As IUser _
)
Visual C++
public:
UserProfileWrapper(
	IUser^ user
)

Parameters

user
Type: Cartella.Interfaces..::..IUser

See Also