24 lines
569 B
C#
24 lines
569 B
C#
using BeWo.Data;
|
|
using BeWo.Service.ServiceUtils.Paths;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace BeWo.Service.ServiceUtils.Update
|
|
{
|
|
public static class DownloadLogger
|
|
{
|
|
//public static string Tenant => MultitenancyOperationContextExt.Current.Tenant;
|
|
//public static string Folder => ServerFilePaths.GetLogFolderPath(Tenant);
|
|
|
|
//static DownloadLogger()
|
|
//{
|
|
// _Started = true;
|
|
//}
|
|
|
|
//public static string
|
|
}
|
|
}
|