|  | @@ -67,7 +67,7 @@ namespace OASystem.API.Controllers
 | 
	
		
			
				|  |  |          /// <returns></returns>
 | 
	
		
			
				|  |  |          [HttpPost]
 | 
	
		
			
				|  |  |          [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
 | 
	
		
			
				|  |  | -        public async Task<IActionResult> GetMsgList(MsgDto dto)
 | 
	
		
			
				|  |  | +        public async Task<IActionResult> PsotMsgPageList(MsgDto dto)
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              var msgData = await _messageRep.GetMsgList(dto);
 | 
	
		
			
				|  |  |  
 |