コード例 #1
0
 public UserMenu GetMenueByEntrySetiingID(int settingID)
 {
     return(_statusService.GetUserMenuByEntrySettingID(settingID));
 }