Skip to content

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repo contains contracts projects for KitX Project.

Usage

KitX.Contract.CSharp

Install

dotnet add package KitX.Contract.CSharp

Use

Define two classes, Identity.cs and Controller for example, and inherited from IIdentityInterface and IController.

using KitX.Contract.CSharp;

public class Identity : IIdentityInterface
...
using KitX.Contract.CSharp;

public class Controller : IController
...

Then realize all methods.

Releases

Packages

Used by

Contributors

Languages