public LinksService(LinkShortenDBEntities context) : base(context) { //will become deprecated soon AutoMapper.Mapper.CreateMap <Link, LinkModel>(); }
public BaseService(LinkShortenDBEntities context) { _context = context; }