Ejemplo n.º 1
0
 public DataService(IMapper mapper, CalicotContextExtension context) : base(context)
 {
     _mapper  = mapper;
     _context = context;
 }
 public DataServiceBase(CalicotContextExtension context)
 {
     _context = context;
 }