Skip to content

Commit cd09b9d

Browse files
committed
Update dummy model to verify the URI object
1 parent ed7a28d commit cd09b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
using System;
2+
13
namespace Aliencube.AzureFunctions.FunctionApp.Models
24
{
35
public class DummyStringModel
46
{
57
public string StringValue { get; set; }
8+
9+
public Uri UriValue { get; set; }
610
}
711
}

0 commit comments

Comments
 (0)