Quantcast
Channel: URF - Unit of Work & (extensible/generic) Repositories Framework
Viewing all articles
Browse latest Browse all 1539

Commented Unassigned: Typo in Service Pattern [1209]

$
0
0
This look like a typo:

```

public virtual void InsertGraph(TEntity entity)
{
_repository.Insert(entity);
}
```

Think you meant

```
public virtual void InsertGraph(TEntity entity)
{
_repository.InsertGraph(entity);
}
```
Comments: Committed.

Viewing all articles
Browse latest Browse all 1539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>