mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 01:31:19 +00:00
11 lines
152 B
C#
11 lines
152 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace MyCore.Framework.Business
|
|
{
|
|
public class ActionLogic
|
|
{
|
|
}
|
|
}
|