using MediatR; using System; using System.Collections.Generic; using System.Text; namespace BrightGlimmer.Service.Commands { public class CreateStudentCommand : IRequest { } }