예제 #1
0
 public static Yetkililer ToEntity(this YetkililerModel model, Yetkililer destination)
 {
     return(model.MapTo(destination));
 }
예제 #2
0
 public static Yetkililer ToEntity(this YetkililerModel model)
 {
     return(model.MapTo <YetkililerModel, Yetkililer>());
 }