public ErrorService(VUAContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemple #2
0
 protected AbstractCrudService(VUAContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }