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