mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
v1.0 release
This commit is contained in:
7
Models/AuthorResponse.cs
Normal file
7
Models/AuthorResponse.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ComiServ.Models
|
||||
{
|
||||
public record class AuthorResponse(string Name, int WorkCount)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user