C# Class Suteki.Shop.Identity

Simple implementation of IIdentity
Inheritance: IIdentity
Datei anzeigen Open project: mikehadlow/sutekishop

Public Methods

Method Description
Identity ( bool isAuthenticated, string name ) : System

Method Details

Identity() public method

public Identity ( bool isAuthenticated, string name ) : System
isAuthenticated bool
name string
return System