minor refactor

This commit is contained in:
Zakharov_Rostislav 2024-05-26 14:37:46 +04:00
parent 9831008fc4
commit 1f9514896b
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BankBusinessLogic.OfficePackage.HelperModels
namespace BankBusinessLogic.OfficePackage.DocumentModels
{
public class ExcelInfo
{

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BankBusinessLogic.OfficePackage.HelperModels
namespace BankBusinessLogic.OfficePackage.DocumentModels
{
public class PdfInfo
{

View File

@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BankBusinessLogic.OfficePackage.HelperModels
namespace BankBusinessLogic.OfficePackage.DocumentModels
{
public class WordInfo
{