Flesh out domain and start student commands
This commit is contained in:
11
BrightGlimmer.Service/Commands/CreateStudentCommand.cs
Normal file
11
BrightGlimmer.Service/Commands/CreateStudentCommand.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MediatR;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Service.Commands
|
||||
{
|
||||
public class CreateStudentCommand : IRequest<bool>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user