예제 #1
0
 public bool EditLink()
 {
     return(_service.EditLink(Mapper.Map <LinkUi, LinkDto>(Link)));
 }