添加项目文件。
This commit is contained in:
19
CapMachine.Wpf/MapperProfile/ChartYAxisProfile.cs
Normal file
19
CapMachine.Wpf/MapperProfile/ChartYAxisProfile.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using AutoMapper;
|
||||
using CapMachine.Model;
|
||||
using CapMachine.Wpf.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.MapperProfile
|
||||
{
|
||||
public class ChartYAxisProfile:Profile
|
||||
{
|
||||
public ChartYAxisProfile()
|
||||
{
|
||||
CreateMap<ChartYAxisDto,ConfigChartYAxis>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user