Exemplo n.º 1
0
 public bool AddLink()
 {
     return(_service.AddLink(Mapper.Map <LinkUi, LinkDto>(Link)));
 }