コード例 #1
0
ファイル: PersonManager.cs プロジェクト: K414BIN/MyTimeSheets
 Person IPersonManager.GetItem(int id)
 {
     return(_personRepo.GetOne(id));
 }