ComplianceServer/oldcode/Core.BLL/Base/Bas_Budget_BL.cs

9 lines
142 B
C#

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