public StubIGenericRepository <T> GetAll(GetAll_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return(this);
 }
Exemplo n.º 2
0
 public StubIReader GetAll(GetAll_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return(this);
 }