filled in request bll
This commit is contained in:
@ -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...
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user