Пример #1
0
 public ErrorService(VUAContext context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #2
0
 protected AbstractCrudService(VUAContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }