Beispiel #1
0
 public FakeDbSet(IEnumerable <T> data)
     : this()
 {
     Local.AddRange(data);
 }