2021-01-18 18:49:19 +01:00

11 lines
152 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace MyCore.Framework.Business
{
public class ActionLogic
{
}
}