...
IAccountManager
Syntax
Code Block | ||
---|---|---|
| ||
AccountManager.GetEnrollments(int userId, bool activeUser = true); AccountManager.GetEnrollments(int userId, int serviceId, bool activeUser = true); AccountManager.GetEnrollments(int userId, int serviceId, int organizationId, bool activeUser = true); |
...