big push; see commit
This commit is contained in:
16
DeskHubSharp/Models/RepoList.cs
Normal file
16
DeskHubSharp/Models/RepoList.cs
Normal 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...
|
||||
}
|
||||
}
|
@ -147,6 +147,6 @@ namespace DeskHubSharp
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public List <ItemsItem> items { get; set; }
|
||||
public List<ItemsItem> items { get; set; }
|
||||
}
|
||||
}
|
@ -1,3 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DeskHubSharp
|
||||
{
|
||||
public class User
|
||||
|
Reference in New Issue
Block a user