Skip to content

Instantly share code, notes, and snippets.

View msd-sal's full-sized avatar

Muhammad Shehab msd-sal

View GitHub Profile
using System;
using System.Threading.Tasks;
using Cornerstone.Services;
using MediatR;
using Cornerstone.Entities.Cornerstone.Actions.LDAP;
using Cornerstone.Entities.Cornerstone.Actions;
namespace Cornerstone.Features.Actions.ActionExecuters
{
public class AddUserActionExecuter : IActionExecuter