コード例 #1
0
 public void ShouldCallGetAllValuesWithoutException()
 {
     _storage.GetAllValues();
 }
コード例 #2
0
 public IEnumerable <SqlMapConfig> GetAll()
 {
     return(_sqlMapConfigs.GetAllValues());
 }