Change campaign type

This commit is contained in:
2025-11-16 11:09:42 +09:00
parent dd14fceaf4
commit 00fbba1401
5 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1,6 @@
namespace Hcs.WebApp.BackgroundServices.DataParsers
{
public class IDataParser
{
}
}