Compare commits
No commits in common. "9afd35f1a464fda31dbab19d94c4499e5c99584b" and "f5232074a9af5be0e6ada451dbd4b1683c620652" have entirely different histories.
9afd35f1a4
...
f5232074a9
@ -1,16 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace FurnitureFactoryDataModels.Models
|
|
||||||
{
|
|
||||||
internal interface User
|
|
||||||
{
|
|
||||||
int Login { get;}
|
|
||||||
int Password { get; }
|
|
||||||
string UserName { get; }
|
|
||||||
int RoleID { get; }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user