Ejemplo n.º 1
0
 public string AddRefTypeDetail(RefTypeDetailModel refTypeDetailModel)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 internal static RefTypeDetailEntity ToDataTransferObject(RefTypeDetailModel model)
 {
     return(model == null ? null : AutoMapper.Mapper.Map <RefTypeDetailModel, RefTypeDetailEntity>(model));
 }