Files
Denso/srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Data/ApplicationUser.cs
2026-07-03 16:31:37 +07:00

11 lines
244 B
C#

using Microsoft.AspNetCore.Identity;
namespace RobotNet10.RobotApp.Data
{
// Add profile data for application users by adding properties to the ApplicationUser class
public class ApplicationUser : IdentityUser
{
}
}