Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Riok.Mapperly.Abstractions;
|
||||
using Strata.ContinuousImprovement.Biz.OpportunityComments;
|
||||
using static Strata.ContinuousImprovement.Api.Controllers.CommentsController;
|
||||
|
||||
namespace Strata.ContinuousImprovement.Api.Test.Unit.Api.Generics
|
||||
{
|
||||
[Mapper(UseDeepCloning = true, EnumMappingStrategy = EnumMappingStrategy.ByName, EnumMappingIgnoreCase = true)]
|
||||
public static partial class CommentMapper
|
||||
{
|
||||
public static partial Comment Map(this NewComment src);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user