mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fixed warnings
This commit is contained in:
@@ -5,7 +5,6 @@ public class CanvasService
|
||||
{
|
||||
private const string BaseUrl = "https://snow.instructure.com/api/v1/";
|
||||
private readonly IWebRequestor webRequestor;
|
||||
private RestClient client;
|
||||
private string courseid { get; }
|
||||
public CanvasService(IWebRequestor webRequestor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user