filled in request bll

This commit is contained in:
Wyatt Miller
2018-11-27 20:36:31 -05:00
parent 1f94357521
commit 622086c0eb
6 changed files with 35 additions and 8 deletions

View File

@ -1,16 +1,14 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeskHubSharp
{
class RepoList
class RepoList : ObservableCollection<RepoDetail>
{
// 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...
}
}