C# Class Pharmalto.Ecosystem.Services.EcoUserService

Inheritance: UserService, IEcoUserService
Mostrar archivo Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
Add ( Orchard.Users.Models.User entity ) : void
CreateUser ( string email, string password ) : EcoUserPart
EcoUserService ( IEcoUserRepository repository, IOrchardServices orchardServices, IMembershipService membershipService, IClock clock, IEcoProfileService profileService, IEcoRoleService roleService ) : System
GetById ( int id ) : Orchard.Users.Models.User
Save ( Orchard.Users.Models.User entity ) : void

Method Details

Add() public method

public Add ( Orchard.Users.Models.User entity ) : void
entity Orchard.Users.Models.User
return void

CreateUser() public method

public CreateUser ( string email, string password ) : EcoUserPart
email string
password string
return EcoUserPart

EcoUserService() public method

public EcoUserService ( IEcoUserRepository repository, IOrchardServices orchardServices, IMembershipService membershipService, IClock clock, IEcoProfileService profileService, IEcoRoleService roleService ) : System
repository IEcoUserRepository
orchardServices IOrchardServices
membershipService IMembershipService
clock IClock
profileService IEcoProfileService
roleService IEcoRoleService
return System

GetById() public method

public GetById ( int id ) : Orchard.Users.Models.User
id int
return Orchard.Users.Models.User

Save() public method

public Save ( Orchard.Users.Models.User entity ) : void
entity Orchard.Users.Models.User
return void