Esempio n. 1
0
 public static TedarikciKategorileri ToEntity(this TedarikciKategorileriModel model, TedarikciKategorileri destination)
 {
     return(model.MapTo(destination));
 }
Esempio n. 2
0
 public static TedarikciKategorileri ToEntity(this TedarikciKategorileriModel model)
 {
     return(model.MapTo <TedarikciKategorileriModel, TedarikciKategorileri>());
 }