Пример #1
0
 public DireccionController(dajd2mj0ciopa3Context context, IMapper mapper) : base(context, mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Пример #2
0
 public PersonaController(dajd2mj0ciopa3Context context, IMapper mapper, IEmailSender emailSender) : base(context, mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Пример #3
0
 public CustomBaseController(dajd2mj0ciopa3Context context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Пример #4
0
 public ProvinciaController(dajd2mj0ciopa3Context context, IMapper mapper) : base(context, mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Пример #5
0
 public PaisController(dajd2mj0ciopa3Context context, IMapper mapper) : base(context, mapper)
 {
 }