Basic Implemetation of all needed function to take Books and create Students etc.
Missing is the automatic Server Identification and Signing Stuff
This commit is contained in:
@ -27,6 +27,9 @@ namespace BuechermarktClient.Models
|
||||
|
||||
public enum BookState
|
||||
{
|
||||
|
||||
InStock,
|
||||
Selled,
|
||||
BackToStudent,
|
||||
Missing
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user