コード例 #1
0
ファイル: UserParamBlo.generated.cs プロジェクト: msynk/ef
 public IList <UserParamDto> GetAllUserParams()
 {
     return(UserParamDtoMapper.From(GetAll()));
 }
コード例 #2
0
ファイル: UserParamBlo.generated.cs プロジェクト: msynk/ef
 public UserParamDto GetUserParam(long id)
 {
     return(UserParamDtoMapper.From(Get(id)));
 }