コード例 #1
0
ファイル: UnitsService.cs プロジェクト: abdoa123/Internship
 public int getMaxId()
 {
     return(_unitsRepository.getMaxId());
 }