[성현모] KeficoMailService 추가, KMS 인증서 컨피그 추가
This commit is contained in:
14
Projects/NetStandard/KeficoMailService/Address.cs
Normal file
14
Projects/NetStandard/KeficoMailService/Address.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KeficoMailService
|
||||
{
|
||||
public class Address
|
||||
{
|
||||
public string AddressMail { get; set; } = string.Empty;
|
||||
public string AddressName { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user