Method | Description | |
---|---|---|
Add ( Tp.PopEmailIntegration.Data.UserLite userLite ) : void | ||
GetByEmail ( string userEmail ) : IEnumerable |
||
GetById ( int userId ) : Tp.PopEmailIntegration.Data.UserLite | ||
Remove ( int userId, string userEmail ) : void | ||
Update ( Tp.PopEmailIntegration.Data.UserLite user ) : void | ||
UserRepository ( IStorageRepository storageRepository ) : System |
public Add ( Tp.PopEmailIntegration.Data.UserLite userLite ) : void | ||
userLite | Tp.PopEmailIntegration.Data.UserLite | |
return | void |
public GetByEmail ( string userEmail ) : IEnumerable |
||
userEmail | string | |
return | IEnumerable |
public GetById ( int userId ) : Tp.PopEmailIntegration.Data.UserLite | ||
userId | int | |
return | Tp.PopEmailIntegration.Data.UserLite |
public Remove ( int userId, string userEmail ) : void | ||
userId | int | |
userEmail | string | |
return | void |
public Update ( Tp.PopEmailIntegration.Data.UserLite user ) : void | ||
user | Tp.PopEmailIntegration.Data.UserLite | |
return | void |
public UserRepository ( IStorageRepository storageRepository ) : System | ||
storageRepository | IStorageRepository | |
return | System |