sendmail 별도의 프로세스로 분리하고 클라우드서버에서 실행함
This commit is contained in:
16
Sub/Console_SendMail/ReportUserData.cs
Normal file
16
Sub/Console_SendMail/ReportUserData.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Console_SendMail
|
||||
{
|
||||
internal class ReportUserData
|
||||
{
|
||||
public DateTime date { get; set; }
|
||||
public string uid { get; set; }
|
||||
public string uname { get; set; }
|
||||
public double hrs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user