PIbd-21 Potapov N.S. LabWork06 #7
@ -0,0 +1,10 @@
|
||||
namespace SecuritySystemDataModels.Models
|
||||
{
|
||||
public interface IImplementerModel
|
||||
{
|
||||
string ImplementerFIO { get; }
|
||||
string Password { get; }
|
||||
int WorkExperience { get; }
|
||||
int Qualification { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user