Example #1
0
 public BaseService(IMapper mapper, IUoF uof)
 {
     _mapper = mapper;
     _uof    = uof;
 }
Example #2
0
 public BooksService(IMapper mapper, IUoF uof) : base(mapper, uof)
 {
 }
Example #3
0
 public LockerService(IMapper mapper, IUoF uof) : base(mapper, uof)
 {
 }