mirror of
https://github.com/Ikatono/ComiServ.git
synced 2025-10-28 20:45:35 -05:00
7 lines
99 B
C#
7 lines
99 B
C#
namespace ComiServ.Models;
|
|
|
|
public record class AuthorResponse(string Name, int WorkCount)
|
|
{
|
|
|
|
}
|