2021-01-18 18:29:55 +01:00

11 lines
145 B
C#

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