Advertisement
Guest User

DominioParaViewModelMapper

a guest
Nov 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. public class DominioParaViewModelMapper : Profile
  2.     {
  3.         public override string ProfileName
  4.         {
  5.             get { return "ViewModelParaDominioMapper"; }
  6.         }
  7.  
  8.         public DominioParaViewModelMapper()
  9.         {
  10.             CreateMap(typeof(Models.UsuarioViewModel), typeof(Usuario));
  11.         }
  12.  
  13.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement