Snippets

Mihamina Rakotomandimby 5Lzk9M: Untitled snippet

Created by Mihamina Rakotomandimby last modified
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

namespace NewCustMiddleWare
{
    public class Response
    {
        public bool status { get; set; }
        public int length { get; set; }

    }
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.