fix
This commit is contained in:
parent
a8d4167a23
commit
e7dda79c87
@ -1,17 +1,16 @@
|
||||
using ComputerShopDataModels.Enums;
|
||||
using DiningRoomDataModels.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ComputerShopDataModels.Models
|
||||
namespace DiningRoomDataModels.Models
|
||||
{
|
||||
public interface IUserModel : IId
|
||||
{
|
||||
string Login { get; }
|
||||
string Password { get; }
|
||||
string Email { get; }
|
||||
UserRole Role { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user