Skip to content
Snippets Groups Projects

New: added new resource types

Merged Petar Hristov requested to merge Issue/2072-wormResourceType into uiv2
Files
19
@@ -7,7 +7,6 @@ using System.Linq;
namespace Coscine.Api.Project.Controllers
{
/// <summary>
/// This controller represents the actions which can be taken with a discipline object.
/// </summary>
@@ -36,4 +35,4 @@ namespace Coscine.Api.Project.Controllers
.Select((discipline) => new DisciplineObject(discipline.Id, discipline.Url, discipline.DisplayNameDe, discipline.DisplayNameEn)));
}
}
}
}
\ No newline at end of file
Loading