C# Class Ucrm.Role

Assignes a role to each user - controls access rights (Client/Seller) Sellers will login using a name that contains "Seller" + code that they receive when registering a new account.
Show file Open project: bytecode0101/uCRM

Public Methods

Method Description
AssignRole ( ) : void

Assigns a role for the user : client or seller

Role ( )

Method Details

AssignRole() public method

Assigns a role for the user : client or seller
public AssignRole ( ) : void
return void

Role() public method

public Role ( )