示例#1
0
        bool IColaborado_v.Cadastra(out IColaborado_Set_v _Set_)
        {
            _Set_ = new Entidade.Colaborador_e();
            return(true);

            throw new NotImplementedException();
        }
示例#2
0
 internal Colaborador_m()
 {
     Noticia  = new List <string>();
     consulta = new Consulta_m._colaborador();
     Entidade.Colaborador_e bs = new Entidade.Colaborador_e();
     bs.Set_Login("Hope");
     bs.Set_Nome_Vendedor("Hope POS");
     bs.Set_Senha("Hope");
     Insert_Data_Value(bs.GetkeyValues());
 }