Exemplo n.º 1
0
 public static IRepository <T> Factory <T>(this InMemoryRepositorySettings <T> parameters) where T : IBrowsableDataObject
 {
     return(new InMemoryRepository <T>(parameters));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates new instance of <see cref="InMemoryRepository{T}"/>
 /// </summary>
 /// <param name="parameters">Repository settings</param>
 public InMemoryRepository(InMemoryRepositorySettings <T> parameters)
 {
 }