Waste/Waste.Application/Mapper.cs

19 lines
322 B
C#
Raw Normal View History

2021-05-27 16:58:40 +08:00
using Mapster;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Waste.Domain;
namespace Waste.Application
{
public class Mapper : IRegister
{
public void Register(TypeAdapterConfig config)
{
}
}
}