Exemplo n.º 1
0
        public List <Indecision> Get(string UserPart, int openIndeicsion)
        {
            Indecision inde = new Indecision();

            return(inde.getFriendIndecisionByUserPartModel(UserPart, openIndeicsion));
        }
Exemplo n.º 2
0
        public List <Indecision> Get(string User_manager, bool Bool)
        {
            Indecision cc = new Indecision();

            return(cc.ReadIndecisionID(User_manager));
        }
Exemplo n.º 3
0
        public int PutIndecision(Indecision IndecisionID)
        {
            Indecision indecision = new Indecision();

            return(indecision.PutIndecisionModel(IndecisionID.IndecisionID));
        }
Exemplo n.º 4
0
        public List <Indecision> Get(int IndecisionID)
        {
            Indecision inde = new Indecision();

            return(inde.getIndecisionByID(IndecisionID));
        }
Exemplo n.º 5
0
        public List <Indecision> Get(string userSend)
        {
            Indecision inde = new Indecision();

            return(inde.ReadIndecision(userSend));
        }
Exemplo n.º 6
0
 public void Post([FromBody] Indecision indecision)
 {
     indecision.InsertIndecision();
 }
Exemplo n.º 7
0
        public List <Indecision> Get()
        {
            Indecision newIndecision = new Indecision();

            return(newIndecision.getIndecisionList());
        }