コード例 #1
0
 public Profile GetById(int profileId = 0, int userId = 0)
 {
     return(_profileDao.GetById(profileId, userId));
 }