コード例 #1
0
ファイル: HrSetupController.cs プロジェクト: wasaya2/ERP-Core
 public Degree GetDegree(long id) => Degree_repo.GetFirst(a => a.DegreeId == id);