17 lines
348 B
C#
17 lines
348 B
C#
|
using BankBusinessLogic.OfficePackage.HelperEnums;
|
|||
|
using BankBusinessLogic.OfficePackage.HelperModels;
|
|||
|
using BankDataModels.Enums;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace BankBusinessLogic.OfficePackage
|
|||
|
{
|
|||
|
public abstract class AbstractSaveToExcel
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|