6 lines
159 B
C#
6 lines
159 B
C#
namespace xCommons.Models {
|
|
public partial class XCertificate {
|
|
public string Path { get; set; }
|
|
public string Secret { get; set; }
|
|
}
|
|
} |