Microsoft.Dynamics.Commerce.Runtime.Client #147
-
Is there anything that replaces Microsoft.Dynamics.Commerce.Runtime.Client? We are using SecurityManager.Create method in an extension but cannot find any package that replaces this in Commerce SDK. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Any solution to this? |
Beta Was this translation helpful? Give feedback.
-
Is this code what you want?
|
Beta Was this translation helpful? Give feedback.
-
Please mark this question as answered |
Beta Was this translation helpful? Give feedback.
Is this code what you want?
public async Task GetEmployeePermissionsAsync(string staffId)
{
if (string.IsNullOrWhiteSpace(staffId))
{
throw new ArgumentNullException(nameof(staffId));
}