예제 #1
0
 public PedidoService(IMaps mapper)
 {
     this.mapper = mapper.Configurar().CreateMapper();
 }
예제 #2
0
 public UsuarioService(IMaps mapper)
 {
     this.mapper = mapper.Configurar().CreateMapper();
 }