Feature #7: AC Adapter Device Detail

This commit is contained in:
Gary Sharp
2013-10-29 13:30:41 +11:00
parent 94c7cae443
commit df633b3591
7 changed files with 221 additions and 11 deletions
@@ -20,5 +20,8 @@ namespace Disco.Services.Authorization.Roles.ClaimGroups.Device
[ClaimDetails("Location Property", "Can update property")]
public bool Location { get; set; }
[ClaimDetails("Detail Properties", "Can update detail properties")]
public bool Details { get; set; }
}
}