11 lines
177 B
C#
11 lines
177 B
C#
|
|
namespace JiShe.IoT
|
||
|
|
{
|
||
|
|
public class IoTApplicationAutoMapperProfile : Profile
|
||
|
|
{
|
||
|
|
public IoTApplicationAutoMapperProfile()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|