示例#1
0
 public Task LogToDB(LogDTO log)
 {
     return(_homeServices.LogToDB(log));
 }