big push; see commit

This commit is contained in:
Wyatt Miller
2018-11-26 02:26:35 -05:00
parent a453e7858c
commit f1b3b9727e
38 changed files with 844 additions and 24 deletions

View File

@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeskHubSharp
{
class RepoList
{
// ideas
// 1. have a for loop iterate on copies on this one particular file, if possible :p
// 2. have the request/reponse go through the DAL/jsondataservice.cs and have it dish out the response that way
// to be continued...
}
}

View File

@ -147,6 +147,6 @@ namespace DeskHubSharp
/// <summary>
///
/// </summary>
public List <ItemsItem> items { get; set; }
public List<ItemsItem> items { get; set; }
}
}

View File

@ -1,3 +1,5 @@
using System.Collections.Generic;
namespace DeskHubSharp
{
public class User