Click or drag to resize

AwsomApiContextUsers Property

Gets or sets the users.

Namespace:  awsomAPI.Models
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public DbSet<User> Users { get; set; }

Property Value

Type: DbSetUser
The users.
See Also