validation!

This commit is contained in:
Wyatt Miller
2018-12-04 14:54:09 -05:00
parent 7a51d60458
commit 7222766e81
12 changed files with 91 additions and 41 deletions

View File

@ -6,6 +6,8 @@ using System.Threading.Tasks;
namespace DeskHubSharp
{
// TODO: The Owner class is called by code behind, fix it
public class Owner
{
/// <summary>

View File

@ -2,6 +2,8 @@ using DeskHubSharp;
namespace DeskHubSharp
{
// TODO: The RepoDetail class is called from the code behind, fix it
public class RepoDetail
{
public Owner Owner { get; set; }

View File

@ -7,7 +7,8 @@ using System.Threading.Tasks;
namespace DeskHubSharp
{
class RequestList
// TODO: The RequestList class is called from code behind, fix it
public class RequestList
{
public static User userDetail { get; set; }

View File

@ -2,6 +2,8 @@ using System.Collections.Generic;
namespace DeskHubSharp
{
// The User class is called from the code behind, fix it
public class User
{
public string login { get; set; }