Beispiel #1
0
 public int Count(int id)
 {
     return(repository.Count(id));
 }