WIP setting up new data project structure and event handlers
This commit is contained in:
12
BrightGlimmer.CQRS/Queries/GetAllStudentsQuery.cs
Normal file
12
BrightGlimmer.CQRS/Queries/GetAllStudentsQuery.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using BrightGlimmer.Domain;
|
||||
using MediatR;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Services.Queries
|
||||
{
|
||||
public class GetAllStudentsQuery : IRequest<IEnumerable<Student>>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user