Fixed csproj and removed unused folders
This commit is contained in:
10
BrightGlimmer.Service/Queries/GetAllStudentsQuery.cs
Normal file
10
BrightGlimmer.Service/Queries/GetAllStudentsQuery.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using BrightGlimmer.Domain;
|
||||
using MediatR;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BrightGlimmer.Services.Queries
|
||||
{
|
||||
public class GetAllStudentsQuery : IRequest<IEnumerable<Student>>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user