You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
338 B
C#

using NPin.Framework.Ddd.Application.Contracts;
using NPin.Framework.Upms.Domain.Shared;
namespace NPin.Framework.Upms.Application.Contracts;
[DependsOn(
typeof(NPinFrameworkUpmsDomainSharedModule),
typeof(NPinFrameworkDddApplicationContractsModule)
)]
public class NPinFrameworkUpmsApplicationContractsModule : AbpModule
{
}