Beispiel #1
0
 public static IPromoModel MapToModelLite(this IPromo entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelLite(entity, currentDepth));
 }