10 lines
216 B
C#
10 lines
216 B
C#
using System.Globalization;
|
|
|
|
namespace Barcode.Host.Shared.Models.Stateless;
|
|
|
|
public interface IFileService
|
|
{
|
|
|
|
void Write(string equipmentName, string fileShare, Calendar? calendar, Notification notification);
|
|
|
|
} |