Blog comment comments

This commit is contained in:
Paul Schneider 2024-12-15 20:48:04 +00:00
commit 1bde106195
10 changed files with 39 additions and 117 deletions

View file

@ -1,94 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Yavsc.ViewComponents {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public partial class CommentViewComponent {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager(("Yavsc.Resources." + "Yavsc.ViewComponents.CommentViewComponent"), typeof(CommentViewComponent).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
public static string apiRouteCommentBlogPost {
get {
return ResourceManager.GetString("apiRouteCommentBlogPost", resourceCulture);
}
}
public static string CommmentId {
get {
return ResourceManager.GetString("CommmentId", resourceCulture);
}
}
public static string Comment {
get {
return ResourceManager.GetString("Comment", resourceCulture);
}
}
public static string LastModificationDate {
get {
return ResourceManager.GetString("LastModificationDate", resourceCulture);
}
}
public static string CreationDate {
get {
return ResourceManager.GetString("CreationDate", resourceCulture);
}
}
public static string PostId {
get {
return ResourceManager.GetString("PostId", resourceCulture);
}
}
public static string UserCreated {
get {
return ResourceManager.GetString("UserCreated", resourceCulture);
}
}
public static string UserModified {
get {
return ResourceManager.GetString("UserModified", resourceCulture);
}
}
}
}