using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Base
{
public class Bas_ActLog_BL : DbContextRepository<Bas_ActLog>
}