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