Wednesday, 15 November 2023

main class imp

main response call for all api response......   

public class ResponseDto

    {
        public object? Result { getset; }
        public bool IsSuccess { getset; } = true;
        public string Message { getset; } = "";
        public string Status { getset; }
        public int ID { getset; } = 0;
    }

No comments:

Post a Comment

dropdownsearch for dyanmic fields

    I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a  dropdownSearch  map...