Restructured query repositries to move ef logic from handlers
This commit is contained in:
10
BrightGlimmer.Service/Queries/GetStudentsQuery.cs
Normal file
10
BrightGlimmer.Service/Queries/GetStudentsQuery.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using BrightGlimmer.Domain;
|
||||
using MediatR;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BrightGlimmer.Service.Queries
|
||||
{
|
||||
public class GetStudentsQuery : IRequest<IEnumerable<Student>>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user