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