Dodaj pliki projektów.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace DatabaseConnection.Model
|
||||
{
|
||||
public class Worker
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Surname { get; set; }
|
||||
public string? StartOfWorking { get; set; }
|
||||
public string? Position { get; set; }
|
||||
public double HourlyRate { get; set; }
|
||||
public string? EndOfWorking { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user