Пример #1
0
 //[ScriptMethod(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
 public int GetSentMessageCountByProfileIdAndUserId(string UserId, string ProfileIds)
 {
     try
     {
         return(objScheduledMessageRepository.GetSentMessageCountByProfileIdAndUserId(Guid.Parse(UserId), ProfileIds));
     }
     catch (Exception ex)
     {
         return(0);
     }
 }