Exemplo n.º 1
0
 public static GdprConsent ToEntity(this GdprConsentModel model, GdprConsent destination)
 {
     return(model.MapTo(destination));
 }
Exemplo n.º 2
0
 public static GdprConsent ToEntity(this GdprConsentModel model)
 {
     return(model.MapTo <GdprConsentModel, GdprConsent>());
 }