Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. using System;
  2. namespace CoreAPI.DTOs
  3. {
  4. public class AuthorInfoDto
  5. {
  6. public int AuthorID { get; set; }
  7. public string AuthorName { get; set; }
  8. public int TotalBook { get; set; }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement