Skip to content

Commit

Permalink
Update dummy model to verify the URI object
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Aug 25, 2020
1 parent ed7a28d commit cd09b9d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
using System;

namespace Aliencube.AzureFunctions.FunctionApp.Models
{
public class DummyStringModel
{
public string StringValue { get; set; }

public Uri UriValue { get; set; }
}
}

0 comments on commit cd09b9d

Please sign in to comment.