예제 #1
0
 public static Link ToModel(this LinkDto source)
 {
     return(source.ToModel(ignoreNavigation: false));
 }