main response call for all api response......
public class ResponseDto
{
public object? Result { get; set; }
public bool IsSuccess { get; set; } = true;
public string Message { get; set; } = "";
public string Status { get; set; }
public int ID { get; set; } = 0;
}
No comments:
Post a Comment