예제 #1
0
 public IEnumerable <IDesignModel> GetByType(string type)
 {
     return(_designModelsByTypeMap.GetOrEmpty(type));
 }