Skip to content

Commit b736368

Browse files
committed
feat: general improvements and minor bugs
1 parent 0861362 commit b736368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WebExpress.WebApp/WebControl/IControlRest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace WebExpress.WebApp.WebControl
99
public interface IControlRest : IControl
1010
{
1111
/// <summary>
12-
/// Gets or sets the uri that determines the data.
12+
/// Returns the uri that determines the data.
1313
/// </summary>
14-
public IUri RestUri { get; set; }
14+
public IUri RestUri { get; }
1515
}
1616
}

0 commit comments

Comments
 (0)