Advertisement
misolutions

ScholarClass.cs

May 29th, 2020
1,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.55 KB | None | 0 0
  1. public class ScholarSearch_ResearchOutput
  2.     {
  3.         public string RefNo { get; set; }
  4.         public string TypeofPublications { get; set; }
  5.         public string Title { get; set; }
  6.         public string JournalTitle { get; set; }
  7.         public string PublishedYear { get; set; }
  8.         public string CategoryPublications { get; set; }
  9.     }
  10.  
  11. public class ScholarSearch_ResearchOutput_GetListAuthor
  12.     {
  13.         public string RefNo{ get; set; }
  14.         public string AuthorName { get; set; }
  15.         public string StafNo { get; set; }  
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement