Ejemplo n.º 1
0
 public static DT.ClientType ToDto(DA.ClientType source)
 {
     if (source == null)
     {
         return(null);
     }
     else
     {
         return(new DT.ClientType()
         {
             Id = source.Id,
             Name = source.Name
         });
     }
 }
 partial void UpdateClientType(ClientType instance);
 partial void DeleteClientType(ClientType instance);
 partial void InsertClientType(ClientType instance);