예제 #1
0
 public int GetCount() => _contentTypeService.Count();
 public int GetCount()
 {
     return(_contentTypeService.Count());
 }