17 lines
437 B
C#
17 lines
437 B
C#
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...
|
|
}
|
|
}
|