예제 #1
0
 private ForumListingModel BuildForumListing(AppForum forum)
 {
     return(new ForumListingModel
     {
         Id = forum.Id,
         Description = forum.Description,
         Name = forum.Description,
         ImageUrl = forum.ImageUrl
     });
 }
예제 #2
0
 public Task Delete(AppForum appForum)
 {
     throw new NotImplementedException();
 }