mirror of https://github.com/abpframework/abp.git
83 changed files with 282 additions and 500 deletions
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
public class MyProjectNameBlazorAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Blazor project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.WebAssembly.Client; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Blazor project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
public class MyProjectNameAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameAutoMapperProfile() |
|||
{ |
|||
/* Create your AutoMapper object mappings here */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.ObjectMapping; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameMappers |
|||
{ |
|||
/* Create your Mapperly object mappings here */ |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
public class MyProjectNameApplicationAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameApplicationAutoMapperProfile() |
|||
{ |
|||
/* You can configure your AutoMapper mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple profile classes for a better organization. */ |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameApplicationMappers |
|||
{ |
|||
/* You can configure your Mapperly mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple mapper classes for a better organization. */ |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.Client; |
|||
|
|||
public class MyProjectNameBlazorAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Blazor project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.Client; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Blazor project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.WebApp.Client; |
|||
|
|||
public class MyProjectNameBlazorAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Blazor project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.WebApp.Client; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Blazor project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client; |
|||
|
|||
public class MyProjectNameBlazorAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Blazor project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Blazor project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web; |
|||
|
|||
public class MyProjectNameWebAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameWebAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Web project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web.Host; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameWebMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Web project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web; |
|||
|
|||
public class MyProjectNameWebAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameWebAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Web project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameWebMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Web project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.Host.Client; |
|||
|
|||
public class MyProjectNameBlazorHostAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorHostAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Blazor project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.Host.Client; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorHostMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Blazor project.
|
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
public class MyProjectNameWebAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameWebAutoMapperProfile() |
|||
{ |
|||
//Define your AutoMapper configuration here for the Web project.
|
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web.Host; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameWebMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Web project.
|
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
public class MyProjectNameApplicationAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameApplicationAutoMapperProfile() |
|||
{ |
|||
/* You can configure your AutoMapper mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple profile classes for a better organization. */ |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameApplicationMappers |
|||
{ |
|||
/* You can configure your Mapperly mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple mapper classes for a better organization. */ |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor; |
|||
|
|||
public class MyProjectNameBlazorAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameBlazorAutoMapperProfile() |
|||
{ |
|||
/* You can configure your AutoMapper mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple profile classes for a better organization. */ |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameBlazorMappers |
|||
{ |
|||
/* You can configure your Mapperly mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple mapper classes for a better organization. */ |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
using AutoMapper; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web; |
|||
|
|||
public class MyProjectNameWebAutoMapperProfile : Profile |
|||
{ |
|||
public MyProjectNameWebAutoMapperProfile() |
|||
{ |
|||
/* You can configure your AutoMapper mapping configuration here. |
|||
* Alternatively, you can split your mapping configurations |
|||
* into multiple profile classes for a better organization. */ |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
using Riok.Mapperly.Abstractions; |
|||
using Volo.Abp.Mapperly; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Web; |
|||
|
|||
[Mapper] |
|||
public partial class MyProjectNameWebMappers |
|||
{ |
|||
//Define your Mapperly configuration here for the Web project.
|
|||
} |
|||
Loading…
Reference in new issue