Initiator.cs 283 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. namespace HyperCube.Models
  6. {
  7. public class Initiator : AccountModel
  8. {
  9. //RequestEvent
  10. //Fund
  11. //Start Event
  12. //Approve smthn
  13. }
  14. }