コード例 #1
0
ファイル: SystemUserService.cs プロジェクト: zzdxpq007/xms
 public SystemUser FindById(Guid id)
 {
     return(_repository.FindById(id));
 }