Beispiel #1
0
 public void ToEntity(ServicioSecundarioEntity entidad)
 {
     if (entidad == null)
     {
         return;
     }
     base.ToEntity(entidad);
 }
Beispiel #2
0
 public ServicioSecundario(ServicioSecundarioEntity entidad) => this.FromEntity(entidad);