Exemplo n.º 1
0
 /// <summary>
 /// Gets the <see cref="IReferenceDataCollection"/> for the associated <see cref="ReferenceDataBase"/> <see cref="Type"/>.
 /// </summary>
 /// <param name="type">The <see cref="ReferenceDataBase"/> <see cref="Type"/>.</param>
 /// <returns>A <see cref="IReferenceDataCollection"/>.</returns>
 public override IReferenceDataCollection this[Type type]
 {
     get
     {
         return(ReferenceDataDataSvc.GetCollection(type));
     }
 }
Exemplo n.º 2
0
 public override IReferenceDataCollection this[Type type] => ReferenceDataDataSvc.GetCollection(type);