public async Task <ReturnResult <LogDTO> > GetAllLog() { var result = await logDAL.GetAllLog(); return(result); }