validation!
This commit is contained in:
@ -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>
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
||||
|
@ -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; }
|
||||
|
Reference in New Issue
Block a user