Finished student controller and started course controller

This commit is contained in:
Giovani
2019-05-03 13:56:16 -05:00
parent a288f499f5
commit b7f2d0631b
4 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace BrightGlimmer.Service.Queries
{
class GetCourseQuery
{
}
}