コード例 #1
0
 public async Task<int> GetUserNoticesNoReadCount(string userId)
 {
     return await _appUser.GetUserNoticesNoReadCount(userId);
 }