Ejemplo n.º 1
0
 public static IResourceTypeModel MapToModelListing(this IResourceType entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelListing(entity, currentDepth));
 }